MySQL - explain 輸出信息詳解

經常使用 SQL(假設表名是 student) 鏈接查詢、聯合查詢、子查詢:html 查看錶結構: show create student; desc student;mysql 增刪索引: 增長主鍵:alter table class add constraint primary key cid_pk(cid); 刪除主鍵:alter table class drop primary key;
相關文章
相關標籤/搜索