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