命中索引 alter table 表名 add index 字段名_index(字段名);
例如命中索引 alter table submit_item add index actualAddress_reverse_index(actualAddress_reverse);
命中索引 alter table 表名 add index 字段名_index(字段名);
例如命中索引 alter table submit_item add index actualAddress_reverse_index(actualAddress_reverse);
1266

被折叠的 条评论
为什么被折叠?