Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
hbase
/
hbase_sanity
/
concat.q
blob: 8e0c9f75673cc082bcc93c7975d50a2de34785e8 [
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
decimal
(
6
,
2
)))
from
voter
where
row_key
=
102
;