Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex246.q
blob: 3c576fe1c4808c66f584e12856a3100020a63263 [
file
] [
log
] [
blame
]
select
t
.
id
,
(
t
.
ooa
[
1
].
fl
.
f2
+
t
.
ooa
[
1
].
fl
.
f1
)
from
`complex.json`
t order
by
t
.
id limit
11
;