Order by in Union
SmidrebJan 28 2012 — edited Jan 28 2012Hi All,
If we don't specify the order by clause in UNION/UNION ALL then what is the default order of the data
Select Stmnt1
UNION
select Stmnt2
Select Stmnt1
UNION ALL
select Stmnt2
I am using version 10G AND 11G
Thanks