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 -> PL/SQL question: how to use a parameter of a procedure as a table name for select statement???

PL/SQL question: how to use a parameter of a procedure as a table name for select statement???

From: Terrence Leung <terrencel_at_eseenet.com>
Date: 19 Apr 2002 07:14:16 -0700
Message-ID: <c28a8512.0204190614.1e257836@posting.google.com>


I have a question on PL/SQL (Oracle 817)

I want to write a procedure to process a table but the table name and the col name are passed in the procedure as parameters.

Inside the procedure, I will have a select statement as follows:

     select <colName> from <tableName>

where colName and tableName are passed in as arguments.

Is this possible? If so, how to do it?

Thanks,
Terrence Received on Fri Apr 19 2002 - 09:14:16 CDT

Original text of this message

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