Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
2rows
/
18_DRILL-2227.q
blob: 3c3264b832511dd3eab1b3565a46d27c93f3bfe1 [
file
] [
log
] [
blame
]
select
uid
,
flatten
(
lst_lst
[
0
])
from
`data.json`
where
2
in
(
select
flatten
(
lst_lst
[
1
])
from
`data.json`
);