If you are using an identity column on your SQL Server tables, you can set the next insert value to…
Archive for the ‘SQL’ Category
–测试数据 CREATE TABLE tb(ID char(3),PID char(3),Name nvarchar(10)) INSERT tb SELECT ’001′,NULL …
If you are using an identity column on your SQL Server tables, you can set the next insert value to…
–测试数据 CREATE TABLE tb(ID char(3),PID char(3),Name nvarchar(10)) INSERT tb SELECT ’001′,NULL …