select * from content_task_file_1018_cn where locate('.png',screenshot) = 0 limit 10;
update content_task_file_1018_cn set screenshot=MD5(CONCAT(task_url,'境内')) where screenshot is null ;
update content_task_file_1018_cn set screenshot=MD5(CONCAT(task_url,'境内')) where is_open ='打开' ;
update content_task_file_1018_cn set screenshot=CONCAT(screenshot,'.png') where locate('.png',screenshot)=0 ;
mysql拼接函数、判断函数
最新推荐文章于 2025-12-22 09:37:19 发布
本文介绍了如何使用SQL查询content_task_file_1018_cn表中特定条件的数据,并执行了更新操作,包括设置screenshot字段,针对缺失值和特定状态。主要关注数据库操作和文件处理技术在信息技术中的应用。
1977

被折叠的 条评论
为什么被折叠?



