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