[c:\~]$ alter table tb_test add index index_chen("id")
[c:\~]$ drop index index_chen on test_tb ;
[c:\~]$ create index inex_names on test_tb ;
查询文件3-5 line
sed -n ‘3,5p‘ anaconda-ks.cfg
数据库索引
原文:https://www.cnblogs.com/SunshineKimi/p/13036395.html