Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
mult1.q
blob: 47920a90bf1deb53030277660a8931a0e4f9dbbf [
file
] [
log
] [
blame
]
select
(
age
*
voter_id
)
from
voter
where
voter_id
=
10
;