How can I break SP execution in an Exception like fashion in MySQL?
I need a to break SP execution when an illegal argument is passed so no UPDATE/INSERT is performed.
My teacher actually did it by creating an SP called "raise_error" which did nothing but execute a non extising table. Which I would argue is a WTF...