Re: help searching for oracles and Oracles and ORACLES

From: JolsJowels <calvinm_at_gmail.com>
Date: Mon, 18 Feb 2008 22:31:48 -0800 (PST)
Message-ID: <70268574-9167-44f2-8065-7e12fa87d65d@k2g2000hse.googlegroups.com>


Hi Jon,

I would suggest the following:

       select * from table2 where instr(lower(description),'oracle') > 0;

lower will make all the characters in the description field lowercase so you only need to test for lower case characters.

instr will return > 0 if it finds any occurance of the word 'oracle'

Hope this helps,
C Received on Tue Feb 19 2008 - 00:31:48 CST

Original text of this message