forked from repo-mirrors/sqlfluff
5 lines
59 B
SQL
5 lines
59 B
SQL
DECLARE undo handler for sqlexception
|
|
begin
|
|
select 1;
|
|
end;
|