select * into #t1 from [table] truncate table [table] insert into [table] select collist.. -- 除去ID的column列表 from #t1
update table set id = id-1 where id>5
34,837
社区成员
254,632
社区内容
加载中
试试用AI创作助手写篇文章吧