Create table singleIdTable ( nId int identity(1,1))
insert into singleIdTable Default values
Select * from singleIdTable
No comments:
Post a Comment