tie.sql 102 B

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