mysql語句 增刪改查

插入 1. insert into table (c1,c2) values(c1,c2),(c1,c2); 2. 將查詢結果插入到表中 insert into table1(c1,c2) select c1,c2 from ... 更新 update table_name set c1='' ,c2='' where ... 刪除 delete from table_name where...
相關文章
相關標籤/搜索