raise error within MySql function

Posted by Don on Stack Overflow See other posts from Stack Overflow or by Don
Published on 2009-01-21T15:22:37Z Indexed on 2010/04/22 18:33 UTC
Read the original article Hit count: 171

Hi,

I've created a MySql function and would like to raise an error if the values passed for the parameters are invalid. What are my options for raising an error within a MySql function?

Thanks, Don

© Stack Overflow or respective owner

Related posts about mysql

Related posts about stored-procedures