mysql You can't specify target table 'sys_org_relation' for update in FROM clause 删除表条件不能直接包含该表
摘要:
mysql中You can't specify target table for update in FROM clause错误的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。 例:DELETE from sys_org_relation where pOrg 阅读全文
posted @ 2017-10-11 14:32 小麦333 阅读(430) 评论(0) 推荐(0) 编辑