blob: e8697cf66d2a6be51a4df07787070b20e78a0b19 (
plain)
1
2
3
4
5
6
|
---
--- CREATE_CONVERSION
---
-- Simple test should suffice for this
CREATE CONVERSION myconv FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8;
NOTICE: DDL test: type simple, tag CREATE CONVERSION
|