Row_Number() in sql

It's very useful when using paging.In laymen, It will help us create a serial number.

(e.g)
Select Row_Number() over( partition by statename order by employeeid ) from employees 

Comments

Popular posts from this blog

Types of Architects

Basic measurements

Search html table contents based on its td using Jquery