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