Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Is this possible in oracle
I have the following query
SELECT t1.*
FROM t1
UNION ALL
SELECT t2.*
FROM t2
Now the question is can we display T1 data first and then T2 data next with out using UNION ALL Received on Sun Mar 27 2005 - 07:56:47 CST