DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) Charset-compatibility

Info Catalog (mysql.info.gz) Charset-metadata (mysql.info.gz) Charset (mysql.info.gz) Charset-config-file
 
 10.7 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.gz) Charset-metadata (mysql.info.gz) Charset (mysql.info.gz) Charset-config-file
automatically generated byinfo2html