Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
data
/
sum_bigint.q
blob: b718d3a6617e38ab5cc0e7db6e18dba3a809dacc [
file
] [
log
] [
blame
]
select
sum
(
cast
(
fourcf
[
'studentnum'
]
as
bigint
))
from
student
;