Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:sql:statements:create_index:home [2010/07/02 07:53]
tdo
dev:sql:statements:create_index:home [2016/06/28 22:38] (current)
Line 6: Line 6:
 ===== Description ===== ===== Description =====
 The CREATE INDEX can specify Omnidex indexes. ​ Typically, Omnidex indexes are specified in the CREATE TABLE statement for ease of maintenance. The CREATE INDEX can specify Omnidex indexes. ​ Typically, Omnidex indexes are specified in the CREATE TABLE statement for ease of maintenance.
- 
 ===== Syntax ===== ===== Syntax =====
  
 <​code>​ <​code>​
     CREATE <OMNIDEX | QUICKTEXT | FULLTEXT | CUSTOM | NATIVE> INDEX [[(owner)]table.]index     CREATE <OMNIDEX | QUICKTEXT | FULLTEXT | CUSTOM | NATIVE> INDEX [[(owner)]table.]index
-        [ON table] (<column | substring>​ [, <column | substring>​…] )]+        [ON table_spec] (<column | substring>​ [, <column | substring>​…] )]
         [KEYWORDING]         [KEYWORDING]
         [PROXIMITY]         [PROXIMITY]
 
Back to top
dev/sql/statements/create_index/home.1278057233.txt.gz · Last modified: 2016/06/28 22:38 (external edit)