CREATE [UNIQUE] INDEX index_name ON table_name ([field_name [ASC | DESC] [,field_name
[ASC | DESC]]...)index_name is the name of the index.table_name is the name of the table on which the index is to be created.
![]() |
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |