SQL DROP INDEX 关键字
DROP INDEX
DROP INDEX
命令用于删除表中的索引。
MS Access:
DROP INDEX index_name ON table_name;
DROP INDEX table_name.index_name;
DROP INDEX index_name;
ALTER TABLE table_name DROP INDEX index_name;
DROP INDEX
命令用于删除表中的索引。
MS Access:
DROP INDEX index_name ON table_name;
DROP INDEX table_name.index_name;
DROP INDEX index_name;
ALTER TABLE table_name DROP INDEX index_name;