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