using select statement to put in values to an array.
Hi,
I need to use a select statement to store values inside a array. below is the statement to be used
select column_name into array from all_tab_columns;
Once the values are loaded in the array i need to traverse through this array and check for possible matches based on which i can create a procedure around it.
Regards,
Ankit