select * from d_storage_out_info d where d.soi_amount>30alter table d_storage_out_info add index(soi_amount)show index from d_storage_out_infoalter table d_storage_out_info drop index soi_amount//drop index soi_amount on d_storage_out_info