MySQL中的關鍵字用法(一)

MySQL中關鍵字的用法(一) Insert:增長 insert into * values() insert into user values(‘11’,‘諸葛亮’,‘1011’); 很少解釋,向表中添加一條語句,不清楚的去看MySQL的簡單的增刪改查web Delete:刪除 delete from * where a=b; delete from user where uuid=10 很少解
相關文章
相關標籤/搜索