跳至正文

MySQL常用命令

替换关键词:

UPDATE `fromname` SET `classid` = REPLACE(`classid`, '原关键词', '新关键词');
标签: