Posted By: Dan Fernandez | Jun 5th, 2008 @ 8:22 AM | 25,388 Views | 3 Comments
Stephen Forte demonstrates the little-known SQL Server Rank() statement and how it can be used to easily display categories and subcategories of Ranking data.
Rating:
0
0
umer_a
umer_a
Mario be on XBOX one day.

A great option that must appear in SQL standard as well and perhaps thats why its not implemented by other RDBMS vendors, in an effort to keep the SQL staement set as close to the standard as possible.


Same functionality can be introduced in most databses through a series of SQL statements or as an embeded function.


Unless part of SQL standard, even such good additions come at a price. In a query intensive environment, where a person is likely to enter more than 5-10 rank queries per day, likt the Olympics case for instance, if the underlying database is changed to or changed from SQL server, he is likely to find himself in trouble while adopting to changes.

TommyCarlier
TommyCarlier
I want my scalps!
I like this new format of very short videos that focus on 1 feature. Are there more C9 Bytes planned?
Microsoft Communities