W
Warrio
Hi everyone!
is it possible to have order by criteria common to two queries joined by a
union?
I can put an order by statement in each select, but the order is separated
into two parts
Select * from Table1 Order by Table1.Field1
Union
Select * from Table2 Order by Table2.Field1
how can I select the fields from the two table and having the result ordered
as hole part?
Thanks for any suggestion
is it possible to have order by criteria common to two queries joined by a
union?
I can put an order by statement in each select, but the order is separated
into two parts
Select * from Table1 Order by Table1.Field1
Union
Select * from Table2 Order by Table2.Field1
how can I select the fields from the two table and having the result ordered
as hole part?
Thanks for any suggestion