Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Non-Case Sensitive Sort?
Just try this :
select col_name from table_name
order by upper(col_name);
Mark Tortolano wrote:
> Hi,
>
> Does anyone know if it is possible to sort ASC in a query without
> taking the case into account? My users are complaining that they want
> the query presented in asceding alphabetical order without the case of
> the field having an impact on the ordering.
>
> Thanks,
>
> Mark Tortolano
--
\\\\|||// / ^ ^ \ ( 0 0 )
![]() |
![]() |