mysql 替换字符串 replace

MYSQL·后端 · 2022-08-26
UPDATE table_name SET col_name1 = REPLACE( col_name2, 'from', 'to' ); 
Theme Jasmine by Kent Liao