Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
max2.q
blob: fdfc0298f06336808c21826c0c1559ffe292562e [
file
]
select
max
(
student_id
),
max
(
name
),
max
(
age
),
max
(
gpa
),
max
(
studentnum
)
from
student_csv_v
;