union和union all 和intersect和minus
union all 不排序,不去重
union 排序,去重
intersect 取交集 排序去重
minus 取差集 排序去重
posted on 2014-06-13 14:01 todayiwillgo 阅读(75) 评论(0) 收藏 举报
union all 不排序,不去重
union 排序,去重
intersect 取交集 排序去重
minus 取差集 排序去重
posted on 2014-06-13 14:01 todayiwillgo 阅读(75) 评论(0) 收藏 举报