UPDATEand REPLACE with condition - Subquery returns more than 1 row

后端 未结 0 884
暗喜
暗喜 2020-12-12 02:58

UPDATE table SET col_name = REPLACE (REPLACE(REPLACE(col_name, \' \', \'\'), \'\\t\', \'\'), \'\\n\', \'\') WHERE table.col_name2 = \'value\';

where is p

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