109bow
Registered User.
- Local time
- Today, 12:24
- Joined
- Oct 24, 2007
- Messages
- 141
Hi, I have just discovered union queries and have been able to combine 3 queries,
SELECT * FROM [110 last turn]
UNION SELECT * FROM [120s last turn]
UNION SELECT * FROM [110s last turn]
but the union query appears to set the order based on the numerical value in the first column of the query.
How to I get the union query to return the results in order I would expect in the above code.
Thanks in advance
SELECT * FROM [110 last turn]
UNION SELECT * FROM [120s last turn]
UNION SELECT * FROM [110s last turn]
but the union query appears to set the order based on the numerical value in the first column of the query.
How to I get the union query to return the results in order I would expect in the above code.
Thanks in advance