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 -> Re: Is it possible to add a function to Oracle?

Re: Is it possible to add a function to Oracle?

From: Brian Tkatch <SPAMBLOCK.Maxwell_Smart_at_ThePentagon.com.SPAMBLOCK>
Date: Tue, 09 Jan 2001 23:19:40 GMT
Message-ID: <3a5b9c10.20478469@news.alt.net>

On Tue, 09 Jan 2001 21:13:29 GMT, "Scott Mattes" <ScottMattes_at_yahoo.com> wrote:

>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.
>
>

Yes, check out the CREATE FUNCTION/PROCEDURE command. It is in the docs under

Oracle8i SQL Reference Chapter 4 "User-Defined Functions".

Brian Received on Tue Jan 09 2001 - 17:19:40 CST

Original text of this message

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