ALTER TABLE "DB2INST1"."T1" ADD PRIMARY KEY ("ID")
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0613N The primary key, unique key, or table partitioning key identified by
"ID..." is too long or has too many columns and periods.
SQLSTATE=54008
db2 "create bufferpool BP32K immediate size 250 automatic pagesize 32K"
db2 "create large tablespace TS32K pagesize 32K managed by automatic storage bufferpool BP32K"
版权声明:本文为博主原创文章,未经博主允许不得转载。
DB2