Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
subqueries
/
bugs
/
drill-2069-with-alias.sql
blob: a8f8799355d450fa06eed52ec22180a79d5d383a [
file
]
select
*
from
`
t1
.
json
`
where
a1
in
(
select
a2
from
`
t2
.
json
`);