Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

11 строки
128 B
Plaintext

https://www.postgresql.org/docs/current/sql-do.html
sample
do $$
declare
r record;
begin
raise notice 'hello';
end$$;