Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
encode_DRILL-3273.q
blob: 06f10a8a6cbd7a640309e65005524374d7275478 [
file
] [
log
] [
blame
]
select
encode
(
varchar_col
,
'UTF-8'
)
from
hive
.
crosssources
.
fewtypes_null_hive
;