The SQL statement CREATE INDEX (create_index_statement) is known in MySQL MaxDB, but has different syntax and semantics to Oracle (CREATE INDEX statement).
· The specification of CLUSTER <cluster>, INITRANS <integer>, MAXTRANS <integer>, TABLESPACE <tablespace>, STORAGE <storage_clause>, PCTFREE <integer>, and NOSORT is meaningless in MySQL MaxDB, but is accepted by the syntax.
· The index is generated in descending order in MySQL MaxDB when DESC is specified.