Showing posts with label How to union operator in sql database. Show all posts
Showing posts with label How to union operator in sql database. Show all posts

Saturday, 14 May 2016

How to union operator in sql database

SELECT City FROM Client
UNION
SELECT City FROM Supplier
ORDER BY City;