首页 > 代码库 > 建索引sql

建索引sql

select * from op_breakrule where hphm=‘苏A2GD78‘


show index from op_car_owner;


alter table op_car_owner  add index index_chassisid(chassisid) ;


drop index index_1 on op_car_owner ;

建索引sql