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