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