If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
got this sql query..which is a follow up from my prev thread....
select * from A where A.id < 1000 union all select * from A where A.id > 5000
order by A.id
this gives me an error of an invalid order by
i need to use the "union" is there a way to order the result?