[转载] DB2备份回复数据库步骤

[转载] DB2备份恢复数据库步骤alter table table name alter identity column name restart with new

[转载] DB2备份恢复数据库步骤

alter table <table name> alter <identity column name> restart with <new value>

?