|
Subject:
|
To iterate the FOR loop variable
|
|
Posted By:
|
garg.ashish15
|
Post Date:
|
11/10/2006 8:31:38 AM
|
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
|
|