摘要: --获取rowIndex 和 objectId select rowindex,objectid, 0 as number into #tempObjectid from tempUser --创建临时表,设置id为自增长,步长为1 CREATE TABLE [dbo].[#Temp123]([id 阅读全文
posted @ 2021-01-04 21:39 孜孜不倦超越自我 阅读(1261) 评论(0) 推荐(0)