学习无止境!

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
select * from a minus select * from b  是求A中不存在于B的记录
select * from a union select * from b  是求A和B的DISTINCT的并集
select * from a union all select * from b 是求A和B的冗余并集
那么A和B的交集是什么函数来的?
交集是 INTERSECT


posted on 2011-07-18 11:24  钻石眼泪  阅读(626)  评论(0编辑  收藏  举报