Community

Validating MySQL data entry with triggers: A quick look at the SIGNAL syntax

(Roland Bouman) The latest MySQL 5.5 milestone release offers support for an ANSI/ISO standard feature called the SIGNAL syntax. You can use this syntax inside stored routines (including triggers) to raise an error condition which can be used to invoke specific error handling, or otherwise abort the

Read More - Register for Free Membership