Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
sum_bigint.q
blob: b93985bd597a29f470716dbef48525aeb2e343af [
file
] [
log
] [
blame
]
select
sum
(
studentnum
)
from
student
;