What is use of continue handler in MySQL?
You can provide the following as values for handler actions. CONTINUE − The current program will continue execution of the procedure. EXIT − This terminates the execution of the procedure. UNDO − InnoDB does not support this action. What is the meaning of continue in exception handling? When a condition is raised, a CONTINUE handler does the following: Executes the …