首页 > 数据库技术 > 详细

sql查询

时间:2015-03-30 13:05:40      阅读:175      评论:0      收藏:0      [点我收藏+]

SELECT * from aa WHERE aa not in(2,3)
and aa not in(SELECT aa from aa where bb =1 and cc is null);

(SELECT * from aa where bb not in (1,2,3)) UNION all (SELECT * from aa where bb =1 and cc is not null )

sql查询

原文:http://www.cnblogs.com/w8104254/p/4377664.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!