Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex290.q
blob: c0eb1533b105d5fb9a96d8fccca33feceba142b9 [
file
]
select
tt
.
gbyi
,
count
(
tt
.
gbyi
),
count
(
tt
.
oooa
.
oabc
[
0
].
rowId
),
count
(
tt
.
oooa
.
oabc
[
1
].
rowValue1
),
count
(
tt
.
oooa
.
oabc
[
1
].
rowValue2
)
from
(
select
t
.
gbyi gbyi
,
t
.
oooa
.
oa
.
oab oooa
from
`complex.json`
t
)
tt
group
by
tt
.
gbyi order
by
tt
.
gbyi
;