Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
hbase
/
hbase_sanity
/
sum.q
blob: 020fba55659f868a25e0173552c12fae745ce933 [
file
] [
log
] [
blame
]
select
sum
(
cast
(
threecf
[
'contributions'
]
as
decimal
(
6
,
2
)))
from
voter
;