Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
flatten_operators
/
general
/
non-flatten-q1.q
blob: 99e1e01828fccaebca9f4b5c9d8d68951349bd0c [
file
] [
log
] [
blame
]
select
s
.
id
from
(
select
id
,
list
[
0
]
from
`non-flatten1.json`
)
s
;