Oracle中关于并集/交集/差集的运算【点击查看详情】
Oracle中关于并集/交集/差集的运算:1.并集的运算 select name from test1 union [all] select name from test2; 使用union时,默认将对结果进行排序,union all则不 1.并集的运算 select name from test1 union [all] select name from test2
相关视频/文章