sql创建临时表或视图增加 自增列

select row_number()over(order by [createtime] asc) ida,* from [Opro].[dbo].[DailyReport2010])

你可能感兴趣的:(sql创建临时表或视图增加 自增列)