SQL Server Expressでのauto increment

以下のように書くそうです。
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)Link

— posted by mu at 03:41 pm   commentComment [0]  pingTrackBack [0]

T: Y: ALL: Online:
ThemeSwitch
  • Basic
Created in 0.0089 sec.
prev
2008.10
next
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31