Sign in
◑
Theme
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
data
/
div3.q
blob: dacd3bf1c72fa5dd61ca97b1a9fb3b94bbf0788d [
file
]
select
div
(
student_id
,
4
),
div
(
age
,
5
),
div
(
gpa
,
0.865443
),
div
(
studentnum
,
55847
)
from
student_csv_v
where
student_id
=
10
;