1 更新操作(单表更新)

1)单表更新

update [low_priority] [ignore] table_reference set col_name1={expr1|default},col_name2={expr1|default} .....[where where_condition];

省略条件更新所有记录

设置条件将会更新指定记录

2)多表更新

 

2删除操作

1)单表删除

删除记录(单表删除)

delete from tb_name [where where_condition]

2)多表删除

 

相关文章:

  • 2022-12-23
  • 2021-11-01
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2021-12-23
相关资源
相似解决方案