CREATE INDEX |
Crée un index |
---|---|
Sybase |
Syntaxe
CREATE [UNIQUE] [CLUSTERED | NONCLUSTERED] INDEX nom_index ON [[basededonnées.]propriétaire.]nom_table (nom_colonne [ASC | DESC] [, nom_colonne [ASC | DESC]]...) [WITH {FILLFACTOR = pct, MAX_ROWS_PER_PAGE = nombre_lignes, RESERVEPAGEGAP = nombre_pages, CONSUMERS = x, ignore_dup_key, sorted_data, [IGNORE_DUP_ROW | ALLOW_DUP_ROW], STATISTICS USING nombre_étapes VALUES}] [ON nom_segment] |
Description
Cette instruction permet de créer une nouvelle index sur un ou des champs d'une table.
Dernière mise à jour : Dimanche, le 31 mai 2015