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