sql insert select scope_identity的相關文章
sql insert select scope_identity的相關公司資訊
sql insert select scope_identity的相關商品

sql - Insert into ... Select *, how to ignore identity? - Stack Overflow
瀏覽:1014
日期:2025-04-29
I have a temp table with the exact structure of a concrete table T. It was created like this: select top 0 * into #tmp from T After processing and filling in content into #tmp, I want to copy the ... As identity will be generated during insert anyway, cou...看更多