mysql update语句问题:You can't specify target table 'user_MySQL
程序员文章站
2022-06-09 11:43:54
...
bitsCN.com
学习MYSQL过程中,拿mysql 中的user 表来折腾一下,发现mysql中的子查询有些问题,比方说,现在user表的内容如下图:
想把它变成如下图所示:
按说应该很简单的嘛,用个子查询就应该OK了啊,结果却报错:You can't specify target table 'user' for update in FROM clause。
怎么这么简单的东西,还通不过,奇怪,赶紧百度一下,竟然在mysql不能这样用法,faint,修改一下语句,如下,就OK了,就是需要多倒腾一下子才行,相当于弄个临时表,再弄个别名,真的很麻烦啊,希望mysql尽快解决这个无聊的事情吧。
摘自 sdjjt 的BLOG
推荐阅读
-
mysql 一个较特殊的问题:You can't specify target table 'wms_cabinet_form'
-
mysql中错误:1093-You can’t specify target table for update in FROM clause的解决方法
-
mysql 一个较特殊的问题:You can't specify target table 'wms_cabinet_form'
-
mysql中错误:1093-You can’t specify target table for update in FROM clause的解决方法
-
mysql 批量删除/更新数据报错 you can‘t specify target / every derrived table must / you are using safe update
-
mysql update语句问题:You can't specify target table 'user_MySQL
-
mysql update语句问题:You can't specify target table 'user_MySQL
-
mysql 一个较特殊的问题:You can't specify target table 'wm_MySQL
-
You can't specify target table for update in FR
-
You can't specify target table for update in FR