Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
divide2.q
blob: f03fa29761621304fb93961a6c31340ed964b68b [
file
]
select
(
age
/
gpa
)
from
student
where
student_id
=
10
;