您的位置:首页 > 数据库 > MySQL

mysql对数据库表建索引

2017-05-27 15:52 148 查看
CREATE INDEX idx_info_id ON pisp_publish_info (info_id) COMMENT 'index on INFO_ID';

CREATE INDEX idx_dict_code_value_code ON pisp_dict_val (dict_code, val_code) COMMENT 'index on dict_code, val_code';
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: