Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
concat.q
blob: 33ca0a9a0b710c54d0c38bdddf76d5c3f7e269cc [
file
] [
log
] [
blame
]
select
concat
(
age
,
name
,
registration
,
contributions
)
from
voter
where
voter_id
=
102
;