好像是名字不符合美国明确的1.=>create database test 2.=>SQL0204N "SYSTEM_1386_US" is an undefined name. SQLSTATE=42704 解决办法:Sql代码 1.=>create database test using codeset gbk territory cn 解决
DB2数据库报错,求教各位老大
好像是名字不符合美国明确的1.=>create database test
2.=>SQL0204N "SYSTEM_1386_US" is an undefined name. SQLSTATE=42704
解决办法:
Sql代码
1.=>create database test using codeset gbk territory cn2014-12-28
解决方法如下:
alter table student alter ID restart with xxxx 。
xxxx可以自定义,为当前表中id的最大值加1即可。2017-02-12