Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
f61bdb8072c0382fb0ec38d35cc3af408e5dea01
/
.
/
asterix-app
/
src
/
test
/
resources
/
AQLTS
/
queries-sql-like
/
IfInFLOWGR.aql
blob: b3d7a72817056b2b884504d23b8c0840fc26c78c [
file
] [
log
] [
blame
]
buyingyi
2fd7fa6
2014-11-24 19:31:55 -0800
[
diff
] [
blame
]
1
from
$i
in
[
1
,
2
,
30
,
40
]
2
from
$j
in
{{
4
,
5
,
6
}}
3
select
if
(
$i
>
$j
)
then
$i
else
$j