技术交流群: 233513714

 

如果执行了以下的语句,则brand等于‘OPPO’条件所对应的数据不会做改变,但是sequence_brand列除brand = 'OPPO'之外的所有数据都会变为0

错误语句:update t_insurance_phone_list set sequence_brand = 5 and brand = 'OPPO'

正确语句:update t_insurance_phone_list set sequence_brand = 5 ,brand = 'OPPO'

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-06-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2021-10-23
相关资源
相似解决方案