Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Non-Case Sensitive Sort?
>Does anyone know if it is possible to sort ASC in a query without
>taking the case into account?
You can sort on anything, even if in your query you do not actually select that data. So, using "order by to_lower( my_column ) asc" should do the job.
Arjan. Received on Wed Jul 15 1998 - 14:52:16 CDT
![]() |
![]() |