blob: fdfc0298f06336808c21826c0c1559ffe292562e [file]
select max(student_id),max(name),max(age),max(gpa),max(studentnum) from student_csv_v;