You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by hz...@apache.org on 2017/03/27 20:25:54 UTC

[2/3] incubator-trafodion git commit: [TRAFODION-2522] Fix WITH syntax diagram

[TRAFODION-2522] Fix WITH syntax diagram


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/08c12476
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/08c12476
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/08c12476

Branch: refs/heads/release2.1
Commit: 08c12476ac9f4e8b81019e8830069c13e3f4d129
Parents: a9f38cb
Author: Dave Birdsall <db...@apache.org>
Authored: Mon Mar 20 20:38:03 2017 +0000
Committer: Hans Zeller <ha...@esgyn.com>
Committed: Mon Mar 27 16:36:46 2017 +0000

----------------------------------------------------------------------
 docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/08c12476/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
----------------------------------------------------------------------
diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
index 2918da5..d712dec 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
@@ -6657,7 +6657,7 @@ SELECT [ "[" ANY N "]" | "[" FIRST N "]" ] [ALL | DISTINCT] select-list
    [mode-clause]
 
 With-clause is:
-with_clause_elements
+WITH with_clause_elements
 
 with_clause_elements is: 
 with_clause_element [,with_clause_element] \u2026