Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
max_dp.q
blob: 4b5da1a9ba88fed17e46954253ca1e9a0addb697 [
file
] [
log
] [
blame
]
select
max
(
gpa
)
as
highestgpa
from
student
;