mysql实战(五)—— You can‘t specify target table ‘org_department‘ for update in FROM clause
系列文章目录You can't specify target table 'org_department' for update in FROM clause系列文章目录背景具体实现过程1.解决办法2.实例总结背景想要删除某个表中的脏数据,但是提示报错“ You can’t specify target table ‘org_department’ for update in FROM clause ”1.查询脏数据的SQL -- 查询脏数据select * from org_depar