Github user zellerh commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafodion/pull/1001#discussion_r107005998
  
    --- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc ---
    @@ -6652,9 +6653,18 @@ SELECT [ "[" ANY N "]" | "[" FIRST N "]" ] [ALL | 
DISTINCT] select-list
           [,colname [ASC[ENDING] | DESC[ENDING]]]...]
        [GROUP BY {colname | colnum} [,{colname | colnum}]...]
        [HAVING search-condition]
    -   [access-clause ]
    +   [access-clause]
        [mode-clause]
     
    +With-clause is:
    +with_clause_elements
    --- End diff --
    
    I think the keyword "WITH" is missing here. Shouldn't it say With-clause 
is: WITH with_clause_elements


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to