Specifies DBMS-specific syntax to be added to the CREATE INDEX statement.
Category: | Index Control |
Data source: | ODBC |
specifies one or more DBMS-specific clauses that can be appended to the end of an SQL CREATE INDEX statement.
create index "COL1_1A03" on "TKTS002_1A03"{options DBCREATE_INDEX_OPTS="as 'compact' with deferred rebuild"}("COL1")
create index 'COL1_1A03' on table 'TKTS002_1A03'('COL1') as 'compact' with deferred rebuild