named_callable.sql 107 B

1234
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. $foo = ($item) -> { return $item + $item};
  4. select $foo(1);