SELECT     row_number() over(order by ID) as RowID,ID
FROM       Person

相关文章: