技术栈
minus
BabyFish13
1 年前
数据库
·
oracle
·
union
·
union all
·
minus
·
intersect
ORACLE中UNION、UNION ALL、MINUS、INTERSECT学习
如果我们需要将两个select语句的结果作为一个整体显示出来,我们就需要用到union或者union all关键字。union的作用是将多个结果合并在一起显示出来。