【SQL】修改表中某个字段的值

语法

update  表名 set 待修改字段=某一值 where 条件

举个栗子

update  stu set score=100 where id=1 and name='li'
    原文作者:数据打工人
    原文地址: https://blog.csdn.net/weixin_46942725/article/details/120436070
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞