首页 > 数据库技术 > 详细

MySQL delete from where in 更新子句

时间:2021-08-21 15:18:01      阅读:12      评论:0      收藏:0      [点我收藏+]

delete from如何修改和删除同一个表中的字段

delete from history where ind in (select a.ind from (select ind from history where year=2021 and group_id=3 and month=7) as a)

MySQL delete from where in 更新子句

原文:https://www.cnblogs.com/zzai/p/15169237.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!