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