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