MySQL中DELETE语句嵌套子查询规则

delete from table .....其中表名不能起别名

比如说:delete from table t where t.id = '1';(这条SQL语句将报错)

posted on 2017-07-13 16:24  大地上的乌龟  阅读(1455)  评论(0编辑  收藏  举报

导航