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