5 lines
103 B
MySQL
5 lines
103 B
MySQL
|
|
begin
|
||
|
|
raise exception 'this is a generic user exception';
|
||
|
|
raise exception division_by_zero;
|
||
|
|
end;
|