In which SQL dialect was RANK() first introduced?
Asked Answered
D

1

0

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.

Duck answered 4/3, 2010 at 1:25 Comment(3)
Why are people voting to close this question as "not a question"?Phocomelia
not sure why this has a -1... Seems like a good question and probably applicable to devs.Devondevona
I would like to know so i can can write my software and state a minimal SQL dialect required, implemented by the persistent store.Duck
P
3

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

Reference:

Phocomelia answered 4/3, 2010 at 1:44 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.