The world's most popular open source database
Contact a MySQL Representative
Login | Register
MaxDB 互換性に関し、以下の二つのステートメントは同じです。
CREATE TABLE t1 (f1 CHAR(N) UNICODE); CREATE TABLE t1 (f1 CHAR(N) CHARACTER SET ucs2);
N