UNION - the UNION operator combines result sets of two or more SELECT statements into a single result set
SELECT col1, col2
FROM table1
UNION
SELECT col1, col2
FROM table2
We use cookies to understand our websites traffic and offer our website visitors personalized experience. To find out more, click ‘More Information’. In addition, please, read our
Privacy policy.