ORA-01403: no data found
EXCEPTIONWHEN OTHERS THEN NULL;lol
WHEN too_many_rows THEN raise_application_error( -20001, 'NULL' );
except it's NOT NULL now because it's full of comments ;-)If a tree falls in the middle of the forest .. etc
this post intentionally left NULL
ORA-01400: cannot insert NULL into (ORACLENERD)
Post a Comment
7 comments:
ORA-01403: no data found
EXCEPTION
WHEN OTHERS THEN NULL;
lol
WHEN too_many_rows THEN
raise_application_error( -20001, 'NULL' );
except it's NOT NULL now because it's full of comments ;-)
If a tree falls in the middle of the forest .. etc
this post intentionally left NULL
ORA-01400: cannot insert NULL into (ORACLENERD)
Post a Comment