Community

MySQL Error Handling using the Signal and Resignal Statements

(Rob Gravelle) All programming languages incorporate some sort of error handling mechanism for handling unexpected occurrences and a graceful exit from the application if need be. MySQL introduced the SIGNAL and RESIGNAL statements in version 5.5 (as per the SQL 2003 spec) to serve that purpose.

Read More - Register for Free Membership