@@IDENTITY
摘要:
After an INSERT, SELECT INTO, or bulk copy statement is completed, @@IDENTITY contains the last identity value that is generated by the statement. If the statement did not affect any tables with identity columns, @@IDENTITY returns NULL. If multiple rows are inserted, generating multiple identity va 阅读全文
posted @ 2011-11-02 18:51 qih33 阅读(113) 评论(0) 推荐(0)