RosettaCodeData/Task/Exceptions/PL-pgSQL/exceptions-1.sql

5 lines
103 B
MySQL
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
begin
raise exception 'this is a generic user exception';
raise exception division_by_zero;
end;