Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
2rows
/
withinOrderBy15.q
blob: b18c0a39111cb0f60c73c61ddceb1513f57127c9 [
file
] [
log
] [
blame
]
select
*
from
`data.json`
where
2
in
(
select
flatten
(
lst_lst
[
0
])
from
`data.json`
);