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