SQL 獲取插入後的最新一條記錄ID號

select IDENT_CURRENT('表名'); insert into 表名(AA,BB) values('CC','DD') select @@Identity as 'newId';
相關文章
相關標籤/搜索