Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Tablename variable. How To?
I have a table name stored in a CHAR(15). I want to performe a select
statement on this table.
How can I use this variable in the SQL?
tt char(15)
..
fetch stat into tt;
select * from tt; -- Not working!!
Thanks in advance. Received on Tue Jul 20 1999 - 07:27:49 CDT
![]() |
![]() |