1、查看替换后的内容select replace(字段名,'替换前的内容','替换后的内容') from 表名where 字段名like '%替换前的内容%';2、执行修改update 表名set ...
確定! 回上一頁