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

Home -> Community -> Usenet -> c.d.o.server -> Re: Q: Dynamic sql (built on the fly)

Re: Q: Dynamic sql (built on the fly)

From: Markus Korn <markus.korn_at_at.siemens.de>
Date: Wed, 30 Jun 1999 11:20:04 +0200
Message-ID: <3779E144.FAAD54D0@at.siemens.de>


Use the package:
dbms_sql

huh wrote:
>
> Hi,
>
> I'd like to know how can I build up
> the sql string
> (e.g.: select <list of columns according one variable>
> from <table name according another variable>)
> and execute it. Everything in PL/SQL.
>
> TIA
>
> --
> Thank you for keeping >anti-spam< habit:
> not including my address in your reply.
Received on Wed Jun 30 1999 - 04:20:04 CDT

Original text of this message

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