不同数据库设置自增方式
摘要:sql server IF OBJECT_ID('Autotest.SA.CUSTOMER','U') is not null Drop table Autotest.SA.CUSTOMER; CREATE TABLE Autotest.SA.CUSTOMER ( customer_id int I
阅读全文
posted @ 2019-12-23 14:16
posted @ 2019-12-23 14:16