Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
text_storage
/
testcases
/
3wayjoin_DRILL-1421.sql
blob: 36cbcb10e02426169394449e7b3a62568d32733f [
file
] [
log
] [
blame
]
select
r
.
columns
[
1
]
from
`/
drill
/
testdata
/
text_storage
/
rankings
.
tbl
`
r
,
`/
drill
/
testdata
/
text_storage
/
uservisits
.
tbl
`
u
,
`/
drill
/
testdata
/
text_storage
/
DRILL-1421
.
tbl
`
t
where
r
.
columns
[
1
]=
u
.
columns
[
1
]
and
r
.
columns
[
0
]
=
t
.
columns
[
1
];