摘要: 一、索引 1、查看表索引 show keys from test_table 2、删除索引或唯一约束UNIQUE KEY drop index crisis_id on test_table; ALTER TABLE test_tab1 DROP KEY udx_entry_pk_id_creato 阅读全文
posted @ 2021-08-12 10:45 Robots2 阅读(93) 评论(0) 推荐(0)