Sign in
apache
/
cloudberry
/
HEAD
/
.
/
src
/
test
/
modules
/
test_ddl_deparse
/
sql
/
create_conversion.sql
blob: 813c66d696608a28620dbe18d75df6b7d46f9f66 [
file
] [
log
] [
blame
]
---
--- CREATE_CONVERSION
---
-- Simple test should suffice for this
CREATE
CONVERSION myconv
FOR
'LATIN1'
TO
'UTF8'
FROM
iso8859_1_to_utf8
;