标签:des blog http ar sp on 2014 log bs
建库语句
create db test on D: using codeset GBK territory CN
codeset 和 territory 都是需要指定
建表语句
CREATE TABLE "测试"."测试" ( "测试" VARCHAR(20) )
db2 中文表名和字段
原文地址:http://www.cnblogs.com/swizard/p/4069526.html