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

[6/6] 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/a010b2ec
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/a010b2ec
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/a010b2ec

Branch: refs/heads/master
Commit: a010b2ec963be72e41319932aaf8ab0f2e25b7cf
Parents: 5d21a1e
Author: Dave Birdsall <db...@apache.org>
Authored: Mon Mar 20 20:38:03 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Mon Mar 20 20:38:03 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/a010b2ec/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