视图内包含行号

SELECT row_number()over(order by A.StudentNo )as RowNum,* FROM [dbo].[V_Student] A

转载于:https://www.cnblogs.com/Anthony518/p/11442684.html

你可能感兴趣的:(视图内包含行号)