I have to run a select statement across several tables. I am sure the tables return different records. I am anyway using UNION ALL.
Is it better to use UNION or of U
UNION ALL always is faster, because UNION exclude duplicated entries