Buy this Reference Manual in softcover from Barnes & Noble!
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);
Add your own comment.