码迷,mamicode.com
首页 > 数据库 > 详细

Sql 插入操作时返回当前新增的Id

时间:2020-05-14 11:30:34      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:for   ring   str   ble   记录   color   ide   select   返回   

 string sql = string.Format(@"insert into Table(FileSize,FileType,FilePath,FileExtName,OldFileName,NewFileName,FileHash,CreateTime,DeleteFlag)     
              values(@FileSize,@FileType,@FilePath,@FileExtName,@OldFileName,@NewFileName,@FileHash,@CreateTime,@DeleteFlag);select @@IDENTITY");
select @@IDENTITY  --用select @@identity得到上一次插入记录时自动产生的ID

Sql 插入操作时返回当前新增的Id

标签:for   ring   str   ble   记录   color   ide   select   返回   

原文地址:https://www.cnblogs.com/lbonet/p/12886712.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!