Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: order by question
I get=20
CAT
Pen
cat
pen
on 9.2.0.6 when I simply order by name, but I *think* that this will do = what you want:
select * from=20
(select * from test
order by name)
order by upper(name)
/
> Hi,
> I have the following data in a table:
>=20
>=20 >=20
>=20
>=20
>=20
>=20
>=20
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Mar 30 2005 - 09:28:10 CST
![]() |
![]() |