Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex238.q
blob: 091ee3c511047bd38d206f68be52e462a83f2307 [
file
] [
log
] [
blame
]
select
t
.
id
,
div
(
t
.
soa
[
2
].
fl
,
t
.
soa
[
1
].
fl
)
from
`complex.json`
t order
by
t
.
id limit
10
;