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_group:home [2010/07/02 18:22]
tdo
dev:sql:statements:create_index_group:home [2016/06/28 22:38] (current)
Line 8: Line 8:
  
 The CREATE INDEX GROUP will create an Omnidex Group that can be used to group columns together during indexing to facilitate retrieval. The CREATE INDEX GROUP will create an Omnidex Group that can be used to group columns together during indexing to facilitate retrieval.
- 
 ===== Syntax ===== ===== Syntax =====
  
 <​code>​ <​code>​
   CREATE INDEX GROUP [(owner)]group   CREATE INDEX GROUP [(owner)]group
-      (table.index, ​table.index [, table.index ...])+      (table_spec.index, ​table_spec.index [, table_spec.index ...])
       IN “filename”       IN “filename”
       [WITH options] ​       [WITH options] ​
 
Back to top
dev/sql/statements/create_index_group/home.1278094927.txt.gz · Last modified: 2016/06/28 22:38 (external edit)