aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/params/list.sql
blob: af4a6f40239b3382cc6250dbcc66d331c4fd8eae (plain) (blame)
1
2
3
/* syntax version 1 */
declare $x as List<String?>;
select ListLength($x), $x[0], $x[1], $x[2], $x[3];