帝国cms清空文章里面的某个字段语句替换
清空文章里面的某个字段语句
update dyeee_ecms_news set language='' where id in(1830,3383);
替换
update phome_ecms_表 set 替换字段=REPLACE(替换字段,'原字符','新字符')
UPDATE phome_ecms_news_data_1 SET newstext=REPLACE(newstext,'原来','现在')
帝国cms清空文章里面的某个字段语句替换相关内容: