Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: sqlQuery as string
"Greg" <gregclau_at_yahoo.com> wrote in message
news:1123282217.245939.66490_at_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
>
It isn't clear what you want to do. Give an example.(even if it is "fake")
Jim
Received on Fri Aug 05 2005 - 23:08:41 CDT
![]() |
![]() |