mysql查询某个字段包含某个内容就清空该字段的语句

update ff_vod set vod_url="" where vod_url like '%2014%';
mysql查询某个字段包含某个内容就清空该字段的语句
sql语句:
update ff_vod set vod_url="" where vod_url like '%2014%';2014-04-21
delete *from ff_vod where vod_url=20142014-04-21
mengvlog 阅读 371 次 更新于 2025-10-30 02:25:53 我来答关注问题0
檬味博客在线解答立即免费咨询

mySQL相关话题

Copyright © 2023 WWW.MENGVLOG.COM - 檬味博客
返回顶部