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