Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex244.q
blob: 03d6a7813a39a9e5e14482e478a7fea9606ecde8 [
file
]
select
t
.
id
,
(
t
.
ooa
[
1
].
fl
.
f2
/
t
.
ooa
[
1
].
fl
.
f1
)
from
`complex.json`
t order
by
t
.
id limit
11
;