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: Maxim Demenko <mdemenko_at_gmail.com>
Date: Fri, 05 Aug 2005 22:25:22 +0200
Message-ID: <dd0huo$l8j$03$1@news.t-online.com>


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 - 15:25:22 CDT

Original text of this message

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