Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
count2.q
blob: 5c66567d1219dbdd7c7f06044bbc7c849aa0deab [
file
]
select
count
(
student_id
),
count
(
name
),
count
(
age
),
count
(
gpa
),
count
(
studentnum
)
from
student_csv_v
where
age
<
30
;