Also UNION ALL will have better performance as it just "stacks" two datasets without the rather expensive effort of removing duplicates.
↧
Also UNION ALL will have better performance as it just "stacks" two datasets without the rather expensive effort of removing duplicates.