blob: a9c59f2b416340a8359d9c26ed5970b6a7f11b50 [file] [log] [blame]
from $i in [1,2,30,40]
from $j in {{4,5,6}}
select
from $k in if ($i>$j) then $i else $j
where $k <10
select $k