SYBase数据库问题记录
create table xxx (
id bigint identity
)with identity_gap=1
Neither the "select into" nor the "full logging for alter table" database options are enabled for database "DB_OAUTH". ALTER TABLE with data copy cannot be done.
create table xxx (
id bigint identity
)with identity_gap=1
Neither the "select into" nor the "full logging for alter table" database options are enabled for database "DB_OAUTH". ALTER TABLE with data copy cannot be done.