Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex205.q
blob: cf2f0ceecc2652cbadb873f096f1059cc1160729 [
file
] [
log
] [
blame
]
select
t
.
gbyt
,
count
(
t
.
str
)
countstr
from
`complex.json`
t
group
by
t
.
gbyt having count
(
t
.
str
)
<>
55995
order
by
countstr
;