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