Support out params in ANONYMOUS BLOCK for PostgreSQL
DO $block$ begin :c:=100; end; $block$
This works for Oracle, but not for PostgreSQL
3
votes
DO $block$ begin :c:=100; end; $block$
This works for Oracle, but not for PostgreSQL