зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
11 строки
128 B
Plaintext
11 строки
128 B
Plaintext
https://www.postgresql.org/docs/current/sql-do.html
|
|
|
|
sample
|
|
|
|
do $$
|
|
declare
|
|
r record;
|
|
begin
|
|
raise notice 'hello';
|
|
end$$;
|