Oracle Union/Union All/Intersect/Minus差异

Oracle Union/Union All/Intersect/Minus区别UNION--集合的并,不包含重复行Union all--集合的并,包含重复

Oracle Union/Union All/Intersect/Minus区别

UNION --集合的并,不包含重复行

Union all --集合的并,包含重复行

Intersect --集合的交,不包含重复行

minus --集合的差,不包含重复行