Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
aggregates
/
aggregation
/
sanity
/
q4.sql.drill-658
blob: ccc0cc57042fd6a91dc7bb8ab5d83d1808b87bc1 [
file
] [
log
] [
blame
]
select
count
(
distinct a1
),
sum
(
a1
),
count
(
b1
)
from
t1
;