Hi,
I'm trying to raise an error in a MySql query, in the same way that would be done in an MSSQL script:
RAISERROR('My error message', 16, -1)
Is there a way to do this in MySQL?
No.
-- Paul DuBois, MySQL Documentation Team Madison, Wisconsin, USA MySQL AB, www.mysql.com
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]