开发者社区 问答 正文

MySQL更新指定得数据

MySQL更新指定得数据

展开
收起
Dynastys 2021-10-13 18:35:17 530 分享 版权
1 条回答
写回答
取消 提交回答
  • mysql> update books set name='lkj' where name='lcw';
    Query OK, 1 row affected (0.02 sec)
    Rows matched: 1  Changed: 1  Warnings: 0
    
    2021-10-13 18:40:58
    赞同 展开评论