To iterate the FOR loop variable
Hi,
I want to iterate the FOR LOOP Cursor Variable as:
FOR curRec IN ( SELECT * FROM l_tableName )
where l_tableName is a variable and the table can have any number of columns into it.
How do I iterate the curRec with the columns??
I want to write all columns by TAB separated.
Please reply me asap....
Thanks,
Ashish
|