I just read this question, and a solution states that:
The fact that you don't know you got
the NO_DATA_FOUND exception suggests
that you have made one of the biggest
errors PL/SQL developers ever make:
EXCEPTION
-- Never do this in real code!!!
WHEN OTHERS THEN NULL;
END;
Could you explain me what is the error in this statement and what would you do to avoid doing that...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…