Documentation Home
MySQL Globalization
Related Documentation Download this Excerpt
PDF (US Ltr) - 476.2Kb
PDF (A4) - 477.0Kb


1.3.10 Compatibility with Other DBMSs

For MaxDB compatibility these two statements are the same:

CREATE TABLE t1 (f1 CHAR(N) UNICODE);
CREATE TABLE t1 (f1 CHAR(N) CHARACTER SET ucs2);