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: Case Sensitivity in Oracle for NT

Re: Case Sensitivity in Oracle for NT

From: nix <nix_at_rnix.com>
Date: 1997/06/17
Message-ID: <33A6CBF7.8F76E0C2@rnix.com>#1/1

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 employer
Received on Tue Jun 17 1997 - 00:00:00 CDT

Original text of this message

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