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