1 2 3 4
/* syntax version 1 */ /* postgres can not */ $a, $b, $c = AsTuple(1, 5u, "test"); select $a, $b, $c;