Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex213.q
blob: 3a3c6369f88afd6b878196ab10fd5b0dce8371e0 [
file
]
select
t
.
gbyt
,
count
(
t
.
ooos
.
oa
.
oab
.
oabc
)
countooos
from
`complex.json`
t
group
by
t
.
gbyt having count
(
t
.
ooos
.
oa
.
oab
.
oabc
)
<=
55544
order
by
countooos
;