Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex247.q
blob: 58f2ae3178083adfda60e8e1c503728a12b3496d [
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
;