Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Ordering
Hello,
Is it possible to select rows in a specified order in another way that "ORDER BY [column_name | column_pos] [ASC | DESC"]
e.g : ORDER BY column_name (1, 3, 2, ...) where 1, 3, 2 ... are the possible values of column_name and 1,3,2 is the given order.
Thanks in advance.Received on Mon Apr 17 2000 - 00:00:00 CDT
![]() |
![]() |