会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
方寸之间
博客园
首页
新随笔
联系
管理
2020年4月21日
mysql中删除数据的错误:You can't specify target table 'table_name' for update in FROM clause
摘要: 在MySQL中,写SQL语句的时候 ,可能会遇到You can't specify target table '表名' for update in FROM clause这样的错误,它的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中),即不能依据某字段值做判断再来
阅读全文
posted @ 2020-04-21 15:30 向萧
阅读(273)
评论(0)
推荐(0)
编辑
公告