sql insert select scope_identity的相關文章
sql insert select scope_identity的相關商品

sql - Best way to get identity of inserted row? - Stack Overflow
瀏覽:459
日期:2025-09-28
SCOPE_IDENTITY returns the last identity value generated for any table in the
current session and the current scope. .... if you insert several rows with an
INSERT-SELECT, you would ......看更多