reuse_named_node.sql 128 B

12345
  1. /* postgres can not */
  2. USE plato;
  3. $x = ($key) -> { return "aa" || $key };
  4. select $x(key) from Input;
  5. select $x(key) from Input;