Add Syntax
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/a4bbb764 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/a4bbb764 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/a4bbb764 Branch: refs/heads/master Commit: a4bbb764f949784c766a4b5645bd3631b67c3631 Parents: 7d0ffe8 Author: liu.yu <[email protected]> Authored: Wed May 23 17:07:04 2018 +0800 Committer: liu.yu <[email protected]> Committed: Wed May 23 17:07:04 2018 +0800 ---------------------------------------------------------------------- docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/a4bbb764/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 2fe09e8..5250c11 100644 --- a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc +++ b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc @@ -1714,6 +1714,10 @@ CREATE [VOLATILE | UNIQUE] INDEX index-name ON table [HBASE_OPTIONS (hbase-options-list)] [SALT LIKE TABLE] +populate-option is: + POPULATE +| NO POPULATE + hbase-options-list is: hbase-option = 'value'[, hbase-option = 'value']... ```
