[comp.databases] Variables in ORACLE

idathon@uts.uni-c.dk (Hans O. Nymand) (05/03/91)

Hi

My problem (i think) is to give the value from a DECLARED variable to a DEFINED
variable.

What i really want is to find the name of a table in another table, i.e.

     SELECT tabname INTO thefoundtable FROM tableoftables

and then be able to select from this found table

     SELECT * FROM thefoundtable




Hans Olav