替换文本SQL superaj 发布于 2013 年 5 月 19 日 评论关闭 替换文本SQL UPDATE `linuxso_archives` SET `title` = replace(title,’原来的’, ‘新的’ ) WHERE `typeid` =18;