sqlserver create an index statement

CREATE INDEX PersonIndex ON table (field)
 
DROP INDEX PersonIndex ON 表名

Guess you like

Origin www.cnblogs.com/yinchengliang/p/11968703.html