4 lines
91 B
SQL
4 lines
91 B
SQL
BEGIN
|
|
SIGNAL SQLSTATE '75002'
|
|
SET MESSAGE_TEXT = 'Customer number is not known';
|
|
END @
|