能够批量提取内容第一张图为标题图,仅供参考,修正之前先备份。
使用方法
后台-体系-备份与康复数据-履行SQL句子
UPDATEphome_ecms_news JOINphome_ecms_news_data_1 ONphome_ecms_news.id=phome_ecms_news_data_1.id SETphome_ecms_news.titlepic=(selectreverse(substring(reverse(substring_index(substring(newstext,locate('src=',newstext)+6),'"',1)),2,255))fromphome_ecms_news_data_1whereid=phome_ecms_news.id) WHEREphome_ecms_news.titlepic='';
记住修正数据表名
UPDATEphome_ecms_newsSETispic=1WHEREtitlepic<>'';
声明:有的资源均来自网络转载,版权归原作者所有,如有侵犯到您的权益 请联系邮箱:123456@qq.com 我们将配合处理!
原文地址:SQL批量提取帝国CMS内容第一张图为标题图发布于2022-06-30 07:43:39