- 
                Notifications
    You must be signed in to change notification settings 
- Fork 64
Clauses and subclauses #1272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Draft
      
      
            JPryce-Aklundh
  wants to merge
  16
  commits into
  neo4j:dev
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
JPryce-Aklundh:clauses_vs_subclauses2
  
      
      
   
  
    
  
  
  
 
  
      
    base: dev
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
  
     Draft
                    Clauses and subclauses #1272
Changes from 15 commits
      Commits
    
    
            Show all changes
          
          
            16 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      1fbb017
              
                initial
              
              
                JPryce-Aklundh a03d089
              
                up to exists subqueries
              
              
                JPryce-Aklundh 376d5ee
              
                skip, limit, and order by
              
              
                JPryce-Aklundh 371992a
              
                collect
              
              
                JPryce-Aklundh 879ef2a
              
                more
              
              
                JPryce-Aklundh 81f4bc8
              
                update styleguide
              
              
                JPryce-Aklundh 293981a
              
                conflict fix
              
              
                JPryce-Aklundh 2af1484
              
                fix mistake
              
              
                JPryce-Aklundh 7e5f07d
              
                more
              
              
                JPryce-Aklundh 226dbad
              
                standardise
              
              
                JPryce-Aklundh 3f2ee99
              
                update
              
              
                JPryce-Aklundh 81e41e3
              
                redundant entry
              
              
                JPryce-Aklundh 22b6fa8
              
                trial
              
              
                JPryce-Aklundh 0e80c35
              
                post review fixes
              
              
                JPryce-Aklundh fa69c43
              
                new ToC
              
              
                JPryce-Aklundh e7cae8c
              
                tiny edits
              
              
                JPryce-Aklundh File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| = Graph selection clauses | ||
| :description: Information about Cypher's graph selection clauses. | ||
|  | ||
| Cypher's contains one graph selection clause -- `USE` -- which allows you to select which graph a query, or query part, is executed against. | ||
| For more information, see: | ||
|  | ||
| * xref:clauses/use.adoc[`USE`] | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,12 @@ | ||||||
| = Import clauses | ||||||
| :description: Information about Cypher's import clauses. | ||||||
|  | ||||||
| Cypher's contains one clause to import data -- `LOAD CSV` -- which allows you to load csv into a graph. | ||||||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 
        Suggested change
       
 same here (a vs a single vs one) | ||||||
| For more information, see: | ||||||
|  | ||||||
| * xref:clauses/load-csv.adoc[`LOAD CSV`] | ||||||
|  | ||||||
| [NOTE] | ||||||
| There are several ways to import data into your Neo4j instance. | ||||||
| For a comparison of all available methods, see the link:https://neo4j.com/docs/getting-started/data-import/#_methods_comparison[Getting Started Guide -> Import data into Neo4j -> Methods comparison]. | ||||||
|  | ||||||
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'd say it's preference, but maybe "a" (or even "a single") instead of "one"?