Question

In which SQL standard was RANK() first introduced?

List of SQL standards:

  • SQL-86
  • SQL-89
  • SQL-92
  • SQL:1999
  • SQL:2003
  • SQL:2008

SQL Rank function: http://en.wikipedia.org/wiki/Select_(SQL)#RANK.28.29_window_function

References would be most appreciated.

Was it helpful?

Solution

The analytic features are defined as part of the ANSI SQL 1999 standard

Reference:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top