aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/params/pg.sql
blob: e7d8eb4571ae6aab8ec39e8a037e722d03ca2cce (plain) (blame)
1
2
3
4
5
6
declare $a as pgbytea;
declare $b as pgbool;
declare $c as pgint4;

select $a, $b, $c;