For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
for c_record in c_all_records loop select count(*) from table_1 where tbl1_id = c_record.col_id; end loop;