Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
p1tests
/
convert_to_from.q
blob: 53a69d22bd4866db51bf55667336d04a225a4cd6 [
file
] [
log
] [
blame
]
select
convert_from
(
convert_to
(
name
,
'UTF8'
),
'UTF8'
)
from
voter
where
voter_id
=
10
;