Update single column in a table with with multiple conditions in the WHERE statement

后端 未结 0 595
春和景丽
春和景丽 2021-01-06 10:59

I am trying to write an UPDATE statement to update a column in a table based on multiple WHERE conditions. See query below,

UPDATE table_new
SET col_4 = \'bac         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题