1 2 3 4 5
SELECT AsList( ListMap(AsList(1,2),($x)->{return $x+1}), ListMap(AsList(10,11),($x)->{return $x+1}) );