SELECT   ROW_NUMBER()  Over (ORDER BY ID)  as rowId ,* FROM   table

 

rowId  即为行号。

相关文章: