UNION 和UNION ALL两者之间在性能下的区别

UNION 和UNION ALL两者之间在性能上的区别select * from gc_dfys union all select * from ls_jg_dfys

UNION 和UNION ALL两者之间在性能上的区别

select * from gc_dfys union all select * from ls_jg_dfys