Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
f61bdb8072c0382fb0ec38d35cc3af408e5dea01
/
.
/
asterix-app
/
src
/
test
/
resources
/
AQLTS
/
queries-sql-like
/
union.aql
blob: fc4352df30082bcba1021680ce262965d3b17627 [
file
] [
log
] [
blame
]
buyingyi
2fd7fa6
2014-11-24 19:31:55 -0800
[
diff
] [
blame
]
1
(
from
$l
in
foo1
()
2
select
$l
)
3
union
4
(
from
$l
in
foo2
()
5
select
$l
)
6
union
7
(
from
$l
in
foo3
()
8
select
$l
)