Hi All,
In my procedure I have this select:
Select col1, col2 into v_col1, v_col2 where col3 = 'TEST' limit 1;
How to handle no_data_found Exception?
I don't found nothing about it.
Thanks.
Hi All,
In my procedure I have this select:
Select col1, col2 into v_col1, v_col2 where col3 = 'TEST' limit 1;
How to handle no_data_found Exception?
I don't found nothing about it.
Thanks.