blob: 5c66567d1219dbdd7c7f06044bbc7c849aa0deab [file]
select count(student_id),count(name), count(age),count(gpa), count(studentnum) from student_csv_v where age < 30;