To create a unicode database , use the create database with the codeset and territory clauses as follows 為了創(chuàng)建unicode數(shù)據(jù)庫,要使用帶有codeset和territory子句的
If territory or codeset is omitted , default values are usually resolved by means of locale aliasing 如果省略了區(qū)域和字符集代碼,缺省值通常通過區(qū)域設置別名的方式得到。
You can also explicitly specify the code page in the create database statement with the using codeset clause 還可以在create database語句中使用using codeset子句顯式地指定編碼頁。