shijuantony2002
Registered User.
- Local time
- Tomorrow, 00:36
- Joined
- Feb 23, 2009
- Messages
- 35
I need to combine 5 set of queries into one. I know this should work with UNION ALL in SQL, but don't know how to place it.
For e.g. the query names are query1, query2, query3, query4 and query5. Each of these queries have same set of field name, A, B & C and output may also goes similar. But i want the UNION ALL query to combine all the data from query ignoring the duplicates.
will it work?
For e.g. the query names are query1, query2, query3, query4 and query5. Each of these queries have same set of field name, A, B & C and output may also goes similar. But i want the UNION ALL query to combine all the data from query ignoring the duplicates.
will it work?