2017年02月15日 創(chuàng)建表test3,主鍵有id和name,id字段自動增長,Name字段不為空,且具有唯一屬性,Password為字符串,字段不為空。create table test3(id int auto_increment,name varchar(20) not null unique,password v http://www.vxbq.cn/datay/27418.html
2016年12月03日 mySQL執(zhí)行計劃語法explain <sql語句>例如:explain select * from t3 where id=3952602;explain輸出解釋+----+-------------+-------+-------+-------------------+---------+-- http://www.vxbq.cn/datay/27130.html