MySQL字段中文替换

UPDATE `ms_archives` SET title = REPLACE ( title, '月河湾', '蓝调国际' );
UPDATE `ms_archives` SET `keywords` = REPLACE ( title, '月河湾', '蓝调国际' );
UPDATE `ms_archives` SET `description` = REPLACE ( title, '月河湾', '蓝调国际' );

posted @ 2017-08-24 10:41  Abner3721  阅读(648)  评论(0编辑  收藏  举报