[MySQL 2]数据库的update、delete、

1.upadte可以更改数据。格式为: update 表名 set 想改的表头=‘想改成的值’ where 限定表头=‘限定的值’ 用下面的例子说明一下就清楚了。 > update t_booktype set bookName=‘gameofthore’ where author=‘songzi’; 则把t_booktype表中的作者为“songzi”的书名改为“gameofthore” 如图所
相关文章
相关标签/搜索