sql in与not in用法求解 - ITeye问答
2011年3月23日 - sql in与not in用法求解select a.id from A a where a.id in(select b.aid from B b) 数据140条 3. select a.id from A a where a.id not in(...
怎样Sql语句中避免使用IN或者NOT IN_百度知道
怎样Sql语句中避免使用IN或者NOT IN白雪丶320 我有更好的答案 1条回答 select * from Region where regionid in (Select regionid from Sales_Region where ...更多关于sql in与not in用法求解的问题>>