您的位置: 首页 > IT文章 > ERROR 1093 (HY000): You can't specify target table 'xxx' for update in FROM clause 问题解决 ERROR 1093 (HY000): You can't specify target table 'xxx' for update in FROM clause 问题解决 分类: IT文章 • 2022-03-21 22:56:41 在mysql中,不能通过嵌套子查询来直接删除或者修改记录,需要通过别名来指定嵌套子查询作为一个临时表。 参考: https://blog.****.net/feinifi/article/details/80280578