Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Non-Case Sensitive Sort?

Re: Non-Case Sensitive Sort?

From: Arjan van Bentem <avbentem_at_DONT-YOU-DARE-cable.a2000.nl>
Date: Wed, 15 Jul 1998 21:52:16 +0200
Message-ID: <6oj19f$7d0$1@newton.a2000.nl>


>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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US