Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: about ORDER BY (newbie here)
or if you don't want to type so much, just do this :
order by 1,2 <- where 1 and 2 represent column numbers (numbering starts with 1, not 0)
you can also do something like this to mix things up a bit :
order by 1 desc, 2
Sent via Deja.com
http://www.deja.com/
Received on Wed Feb 07 2001 - 09:17:07 CST
![]() |
![]() |