Data Logic - Do you use SQL Ranking functions to rank your data?

Last updated by Jeoffrey Fischer [SSW] 6 months ago.See history

SQL Ranking functions are introduced since SQL 2005. With these handy functions, you can easily rank your data.

 SQL Snippet
 SELECT Rank() Over(Order A.BillableTimeTotal Desc) As Rank

Figure: Good example - Rank by SQL Ranking functions

We open source.Loving SSW Rules? Star us on GitHub. Star
Stand by... we're migrating this site to TinaCMS