Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Help with query order
I cant get the results of the following query correctly ordered.
Any help would be much appreciated (10.2.0.1)
select 'Merry ' from dual
union
select 'Christmas ' from dual
union
select 'dear ' from dual
union
select 'group ' from dual