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

Home -> Community -> Usenet -> c.d.o.misc -> Re: sqlQuery as string

Re: sqlQuery as string

From: Greg <gregclau_at_yahoo.com>
Date: 5 Aug 2005 15:50:17 -0700
Message-ID: <1123282217.245939.66490@g47g2000cwa.googlegroups.com>


Yes, I am interested in those that are executed. I am interested in functions deliverd by Oracle, not userdefined. Thank you,
Greg

Maxim Demenko wrote:
> Greg schrieb:
> > Which are the functions usable in SQL that would take an SQL query as
> > string parameter (VARCHAR)?
> >
>
> Please , define usable.
> For example :
> length('select sysdate from dual');
> substr('select sysdate from dual',1,1');
> and many other...
>
> If the query should be executed, then userdefined.
>
> Best regards
>
> Maxim
Received on Fri Aug 05 2005 - 17:50:17 CDT

Original text of this message

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