1.修改(更新)表中的记录(字段的值):

语法:
update 表名 set 要设置的字段名 要设置的字段值 where id=9003(这里不知道怎么写)
例如:
update employee set address ‘湖南省永州市’ where id=9003
我自己总结的MySQL使用中的常见问题(更新至20170907)

相关文章:

  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-19
  • 2021-11-25
  • 2022-12-23
  • 2021-05-10
  • 2022-12-23
  • 2021-09-23
  • 2022-01-02
相关资源
相似解决方案