This is an old revision of the document!


DRAFT

Omnidex SQL: CREATE INDEX

Description

The CREATE INDEX can specify Omnidex indexes. Typically, Omnidex indexes are specified in the CREATE TABLE statement for ease of maintenance.

Syntax

    CREATE <OMNIDEX | QUICKTEXT | FULLTEXT | CUSTOM | NATIVE> INDEX [[(owner)]table.]index
        [ON table] (<column | substring> [, <column | substring>…] )]
        [KEYWORDING]
        [PROXIMITY]
        [<CASE_INSENSITIVE | CASE_SENSITIVE>]
        [STANDALONE]
        [BITMAP]
        [EXCLUDED_WORDS]
        [PHONETIC]
        [PREJOIN table]
        [<RECORD_SPECIFIC | RECORD_COMPLEX>]]
        IN “filename”
        [WITH options]

Discussion

arg1
arg2

Examples

Simple

CREATE OMNIDEX INDEX “households”.“hs” on “

2nd example

 
Back to top
dev/sql/statements/create_index/home.1278057160.txt.gz · Last modified: 2016/06/28 22:38 (external edit)