Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Case Sensitivity in Oracle for NT
try:
where upper(c_name) = 'SMITH'
although this is not sorting. ORDER BY is used to sort.
Elliot Ross wrote:
> Can anyone explainn how to have Oracle sort case insensitive ?? I am
> trying to have tables (such as Customers) that sort case insensitive.
>
> If I do a select ... from .... Where C_NAME = SMITH etc.
>
> I want to get SMITH, Smith, smith, sMitTh etc and so on !!
>
> thanks !
>
> --
> My EMail address contains a # to try to
> thwart mail spamming.
-- _____________ Robert C. Nix mailto:nix_at_rnix.com http://www.rnix.com my opinions are not necessarily those of my employerReceived on Tue Jun 17 1997 - 00:00:00 CDT
![]() |
![]() |