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 -> help!! How to set tablename variable?

help!! How to set tablename variable?

From: lkw <lkw_at_axiomatique.com>
Date: Thu, 16 Dec 1999 14:33:21 +0800
Message-ID: <83a1c0$otu$1@newton3.pacific.net.sg>


hi everybody,

say i want to pass a tablename variable (v_tblname) into a stored procedure to perform a sql statement.
Inside my stored proc i wrote:

select * from v_tblname;

but i always encountered errors. so i just want to know that is there a way to set a table name as a variable? if yes, how?

yr helf would be greatly appreciated!! thanks!!

lkw. Received on Thu Dec 16 1999 - 00:33:21 CST

Original text of this message

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