January 2014
ORACLE/PLSQL: AVOID "DATA NOT FOUND" ERROR I…
I'm a new programmer and am trying to include the following statement in my PLSQL code:
select msa_code, mda_desc, zip_code_nk sales.msa where zip_code_nk = prod_rec.zip_code_nk;
When there is not a…
Discussion
ORACLE/PLSQL: AVOID "DATA NOT FOUND" ERROR I…
15 Likes