Hello Guys,
Please help me with a code to fetch data from the table with incorrect data type..
I have a table with the data
Col1(varchar2(10))
--------------------
1001
1002
1003
1004
1006
1007
A
1009
1010
I need to write a PL/SQL code to bulk collect the data from the above table into a variable (v_num number) except that 'A'. Please let me know how to handle the invalid number exception in this case. I am using oracle 10G