create table t (id int IDENTITY not null) alter table t id int IDENTITY(100,10) null単語が分かればなんてことないのですが・・・
[参考]How do I generate auto increment number in SQL Express? (Microsoft ASP.NET)
2008/10/17
create table t (id int IDENTITY not null) alter table t id int IDENTITY(100,10) null単語が分かればなんてことないのですが・・・
[参考]How do I generate auto increment number in SQL Express? (Microsoft ASP.NET)
— posted by mu at 03:41 pm Comment [0] TrackBack [0]
Comments