摘要: select IDENTITY(int,1,1) as NameID,* into #t from MissionAssignView select * from #t order by NameID drop table #t 阅读全文
posted @ 2005-03-09 14:00 jhtchina 阅读(1473) 评论(0) 推荐(0)