This does not do what you want (I think) - it will raise a no_data_found exception if the row doesn't exist.SELECT request_id INTO l_request_id
FROM table_B
WHERE request_id = cr.request_id;
if l_request_id is NULL
|
Results 1 to 10 of 13
Threaded View
|
Click Here to Expand Forum to Full Width |