摘要:
1、创建索引 create index 索引名 on 表名(列名); 2、删除索引 drop index 索引名; 3、创建组合索引 create index 索引名 on 表名(列名1,,列名2); 4、查询索引 --根据索引名,查询表索引字段select * from user_ind_colu 阅读全文
posted @ 2019-08-22 09:46
牛大闲人
阅读(43748)
评论(0)
推荐(1)
2019年8月22日