In which SQL dialect was RANK() first introduced?

谁说我不能喝 提交于 2020-01-07 04:43:24

问题


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.


回答1:


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

Reference:

  • SS64.com


来源:https://stackoverflow.com/questions/2376290/in-which-sql-dialect-was-rank-first-introduced

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!