delete from table1 a where exists(select 1 from table2 b where a.id=b.id) 这句话中 table1是表名a是列名称吗那么id是什么... table1 是表名a是列名称吗那么id是什么 展开 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 exists delete table1 where select 搜索资料 1个回答 #热议# 在购买新能源车时,要注意哪些? 百度网友b1fa122 2016-12-18 · TA获得超过893个赞 知道大有可为答主 回答量:1059 采纳率:100% 帮助的人:1007万 我也去答题访问个人页 关注 展开全部 a是 表的别名id是表里面的字段名称 更多追问追答 追问 您好,请问a就是 id uid name email 这些吗id 就是 1111 100001 233这些吗修改的时候 具体把a修改为 name id修改为233 就好了吗! 追答 a是表table1的别名,就是另外给table1取了名字,简称aid是表table1的字段名,也就是1111这一列的列名称 追问 您好,更改代码delete from 11aa a where exists(select 1 from 12bb b where a.uid=b.uid)报错#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for …… 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2015-06-27 这个sql语句:where exists (select 1... 8 2013-12-19 update table1 set A=(select A ... 3 2013-01-08 SQL语句理解 select * from B where ... 76 2011-11-27 oracle中 table1中字段a table2中字段b ... 3 2008-10-14 SQL中,delete与delete from有区别吗? 59 2016-10-02 select * from A where exists (... 1 2013-03-21 delete from msgmessag where ex... 7 更多类似问题 > 为你推荐: