summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/subselect/arg_function.yql
blob: 3ce90489ca527bf56ade00c7bbb69be0f4720c97 (plain) (blame)
1
2
$x = ListLength((SELECT [1, 2, 3]));
SELECT $x;