select @@identity 当前会话任何作用域插入的数据的主键ID
select scope_identity() 当前会话当前作用域插入的数据的主键ID
select ident_current(tablename) 任何会话任何作用域指定表插入的数据的主键ID
select @@identity 当前会话任何作用域插入的数据的主键ID
select scope_identity() 当前会话当前作用域插入的数据的主键ID
select ident_current(tablename) 任何会话任何作用域指定表插入的数据的主键ID