Coding-Notebook

SQL 更新语句

替换表中某一列的指定字符串

UPDATE `content_table` SET column_name = REPLACE(column_name,'www.baidu.com','www.google.com')