Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
complex
/
json
/
complex204.q
blob: 6f9f97f984d2e546d5e609e30cf5af24599f04da [
file
] [
log
] [
blame
]
select
t
.
gbyt
,
count
(
t
.
bool
)
countbool
from
`complex.json`
t
group
by
t
.
gbyt having count
(
t
.
bool
)
>=
5544
order
by
countbool
;