For Loop with variable table
771605May 7 2010 — edited May 11 2010I am trying to use a for loop with variable table name in select statement, but getting a compiler error
for current_aud_row in (select * from ‘||table_name||’ where… )
table_name contains the actual table name
I have to do this as I receive table name as a paramter.
Please Help!!