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 -> Case sensitive where clause

Case sensitive where clause

From: Fredy Tschui <ftschui_at_logon.ch>
Date: Tue, 23 Mar 1999 17:49:15 +0100
Message-ID: <7d8gjp$ijv$1@sibyl.sunrise.ch>


Is there any way to prevent case sensitive results from a where clause ?

The following results are different:
  select * from table where field = "X"   select * from table where field = "x"

Thanx, Fredy Received on Tue Mar 23 1999 - 10:49:15 CST

Original text of this message

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