Re: Reg:Pattern Matching



On 29 May 2006 11:11:35 -0700, suryaprakash.iyer@xxxxxxxxx wrote:

Hi All,
I have an input parameter say abc. I would like to fetch all the
records from a table that matches (case insensitive) a table column and
the input.

Currently, the implementation is like

select a from table t where UPPER(t.c) = UPPER(input parameter)

Is there any other efficient way to do it to avoid group functions in
where clause?

Thanks

And your version of Oracle is?

--
Sybrand Bakker, Senior Oracle DBA
.