Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex17.q
blob: 25de763424a018cfffdf0bad5f9541d224427a17 [
file
]
select
(
t
.
sfa
[
3
]-
t
.
sfa
[
2
])/(
t
.
sfa
[
1
]-
t
.
sfa
[
0
])
c
from
`complex.json`
t order
by
t
.
id limit
5
;