into-err-6.sql

application/x-sql

Filename: into-err-6.sql
Type: application/x-sql
Part: 7
Message: pgbench - allow to store select results into variables
-- not a select
UPDATE pgbench_accounts SET abalance = abalance +1 WHERE aid=1;
\into a