oracle

Oracle rank()与dense_rank()区别

小樊
89
2024-08-06 03:17:12
栏目: 云计算
开发者专用服务器限时活动,0元免费领! 查看>>

  1. Oracle RANK():
  1. Oracle DENSE_RANK():

In summary, the main difference between the RANK() and DENSE_RANK() functions in Oracle is how they handle ties. RANK() may skip ranks if there are ties, while DENSE_RANK() does not skip ranks and assigns consecutive ranks to all rows.

亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>

0
看了该问题的人还看了