首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

select * from a where a.id not in(select id from b where b.c>0)这条语句是对的吗?解决方法

2012-03-05 
select * from a where a.id not in(select id from b where b.c0)这条语句是对的吗?如题[解决办法]语法

select * from a where a.id not in(select id from b where b.c>0)这条语句是对的吗?
如题

[解决办法]
语法没问题
[解决办法]
对的~
[解决办法]
ok
[解决办法]
当然正确
县查询表B的c列大于0的ID
然后查找a表中的ID不属于上一个子集的数据

热点排行