Quantcast
Channel: SCN : Unanswered Discussions - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 5115

How to Handle exception?

$
0
0

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.


Viewing all articles
Browse latest Browse all 5115

Trending Articles