Chapter 128. Compatibility with Other DBMSs

For SAP DB compatibility these two statements are the same:

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