MySQL學習筆記 -- day02 DML語法

一:DML語法及操做 1.修改操做 語法:update 表名 set 列名1=值1,列名2=值2,列名3=值3. . . where 列名=值;spa 2.刪除操做 語法:delete from 表名 where 列名= 值table           -- delete from 表名   -------->    刪除表中全部數據date           -- truncate tabl
相關文章
相關標籤/搜索