-
Step 1
Open the SQL view window.
-
Step 2
Type a SELECT query. For example: SELECT companyName, sales FROM companyList2005. Press Enter.
-
Step 3
Type "UNION" and press Enter.
-
Step 4
Type another SELECT query. For example: SELECT companyName, sales FROM companyList2006.
-
Step 5
Run the query.










