Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex111.q
blob: 69fd2a2bbbe4269c8171545ac5db1f17e8713be0 [
file
]
select
t
.
id
,
t
.
oooa
.
oa
.
oab
.
oabc
,
t
.
oooa
.
oa
.
oab
.
oabc
[
1
].
rowValue2
from
`complex.json`
t order
by
t
.
oooa
.
oa
.
oab
.
oabc
[
1
].
rowValue2 limit
50
;