aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/select/reuse_named_node.sql
blob: 238865d79dba3b6819b0664bb3f1f5c3e0d185a3 (plain) (blame)
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;