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 -> HELP: Clever SQL Needed

HELP: Clever SQL Needed

From: Chris Forlano <cforlano_at_nortelnetworks.com>
Date: Thu, 02 Sep 1999 16:55:55 +0100
Message-ID: <37CE9E0B.43C522B5@nortelnetworks.com>


Hi,

I'm trying to create a trigger that detects a query for a specific column on a table like this:

    select * from <table> where <column1> = '<value>' and <column2> = '<value>'

and changes it into something like this:

    select * from <table> where <column1> like '%<value>%' and <column2> = '<value>'

Essentially, I'm trying to workaround the limitations of a 3rd party tool.

Please help.

Chris

--
Chris Forlano
TMS Project Manager
Nortel Networks, Maidenhead
590 4342 (01628 434 342)
cforlano_at_nortelnetworks.com Received on Thu Sep 02 1999 - 10:55:55 CDT

Original text of this message

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