Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex242.q
blob: 6d3556905ee4a796ffbf4a6c6f8954f99516e164 [
file
]
select
t
.
id
,
sqrt
(
t
.
ooof
.
oa
.
oab
.
oabc
)
from
`complex.json`
t order
by
t
.
id limit
11
;