Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
encode_DRILL-3273.q
blob: 0cfbe88a84287533a489aa4ad6cce0d561d7ee27 [
file
] [
log
] [
blame
]
select
encode
(
columns
[
6
],
'UTF-8'
)
from
`fewtypes_null.tbl`
;