这个SQL语句怎么写?(50分)

  • 主题发起人 主题发起人 套牢1
  • 开始时间 开始时间

套牢1

Unregistered / Unconfirmed
GUEST, unregistred user!
select a from table1 where a not in (select a from table2)
查出所有在table1中,不在table2中的a.
 
这样写有什么问题吗?
 
select no from a where no not in(select no from b);
你这一句不行吗?
 
你直接在 table1中查询,就可以了,你不是要只在table1`中的吗?
请你把问题说明白了。
 
这条语句的语法是对的!
 
没想到我的那句英文本身就是对的
不好意思,各位劳神了。
 
多人接受答案了。
 
后退
顶部