Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
data
/
concat.q
blob: 4e9eac7da317bb6769011e7ead5eea973f33cbaf [
file
] [
log
] [
blame
]
select
concat
(
cast
(
voter
.
twocf
.
age
as
integer
),
convert_from
(
voter
.
onecf
.
name
,
'UTF8'
),
cast
(
voter
.
twocf
.
registration
as
varchar
(
20
)),
cast
(
voter
.
threecf
.
contributions
as
double
))
from
voter
where
row_key
=
102
;