DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) charset-compatibility

Info Catalog (mysql.info) charset-examples (mysql.info) charset-syntax
 
 10.3.8 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);
 
Info Catalog (mysql.info) charset-examples (mysql.info) charset-syntax
automatically generated byinfo2html