3 Error Handling
3 Error Handling
Error Handling
Error Handling
When error is raised in executing procedure it need to be handled.
MySql facilitates handler which can hanlde warning as well errors in
procedure.
Declaring a handler
DECLARE action HANDLER FOR condition_value statement;