mysql執行計劃分析

create table test1(a int,b tinyint,c varchar(20),d int); alter table test1 add primary key (a); --添加主鍵 alter table test1 drop primary key; --刪除主鍵 alter table test1 add unique key (b,c); -- 添加惟一索引 alte
相關文章
相關標籤/搜索