[MySQL 2]數據庫的update、delete、

1.upadte可以更改數據。格式爲: update 表名 set 想改的表頭=‘想改成的值’ where 限定表頭=‘限定的值’ 用下面的例子說明一下就清楚了。 > update t_booktype set bookName=‘gameofthore’ where author=‘songzi’; 則把t_booktype表中的作者爲「songzi」的書名改爲「gameofthore」 如圖所
相關文章
相關標籤/搜索