UNION: combines the result sets of two queries with distinct values UNION ALL : Simply combines the result set of both the queries, it shows duplicate rows also
UNION: combines the result
Wed, 06/11/2008 - 03:25 — adminUNION: combines the result sets of two queries with distinct values
UNION ALL : Simply combines the result set of both the queries, it shows duplicate rows also