How to Display RowNumber with Select Query in SQL Server 2005

rownumber() function is used to return the rownumber with select query

The Follwoing query will return the result set row number

نحو
ROW_NUMBER ( ) OVER ( [ ] )

مثال کے طور پر
Select row_number() over(order by productid) as SlNo,productname,unitprice from products

رکن کی نمائندہ تصویر

آپ استعمال کر سکتے ہیں ہیں ان HTML ٹیگ

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>