into-err-8.sql

application/x-sql

Filename: into-err-8.sql
Type: application/x-sql
Part: 10
Message: Re: pgbench - allow to store select results into variables
-- one into after another
SELECT 1, 2 \into a
\into b
;