随笔分类 -  数据库

不同数据库设置自增方式
摘要: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 Arcy 阅读(525) 评论(0) 推荐(0)

导航