摘要:
Q&A1. How to get the id of current inserted record?using @@identity keyword.E.G.create table table1 (id int identity(1,1) not null, name nvarchar(64))goinsert into table1('Hello world')goselect @@... 阅读全文
posted @ 2010-04-10 09:44
唐僧
阅读(135)
评论(0)
推荐(0)