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

Home -> Community -> Usenet -> c.d.o.tools -> Is it possible to add a function to Oracle?

Is it possible to add a function to Oracle?

From: Scott Mattes <ScottMattes_at_yahoo.com>
Date: Tue, 09 Jan 2001 21:13:29 GMT
Message-ID: <Z9L66.2$vW4.1063@skycache.prestige.net>

I got to thinking about this because someone elsewheres asked about a grep function in Oracle (select * from table where grep( '^abc.*xyz$', field ) - or some such). This example can be done without regexp, but the ideal is to be able to use all of regular expressions to find matching data. If a function could be added there are plenty of regexp code that could be used to do it. Received on Tue Jan 09 2001 - 15:13:29 CST

Original text of this message

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