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

Home -> Community -> Usenet -> c.d.o.misc -> Case insensitive when using LIKE in SQL statement

Case insensitive when using LIKE in SQL statement

From: Joel Bergeron <bergeronj_at_consultik.com>
Date: Fri, 7 Aug 1998 10:02:38 -0400
Message-ID: <6qf1d9$cc6$1@news.quebectel.com>


Is it possible with Oracle 7.3 to query de database without using UPPER or LOWER in a query like this :

SELECT * FROM emp WHERE name like 'tom%';

I would like to retreive all record contening : tom, TOM, tOm,... in my result.

How it can be possible? Received on Fri Aug 07 1998 - 09:02:38 CDT

Original text of this message

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