Warning: session_start() expects parameter 1 to be array, string given in /home/sqlthoug/public_html/blog/wp-includes/class-wp-hook.php on line 287
Ranking Functions – SQL Thoughts

Ranking function  help us assigning a rank value for each row in your result-set. They support the windowing the partition too. Books Online states that these functions are non-deterministic. These are the ranking functions available in SQL Server. RANK() Returns the rank of each row within a result set. The… Continue Reading Ranking Funtions – Explained