79173278

Date: 2024-11-09 17:09:03
Score: 2
Natty:
Report link

select score , dense_rank() over ( order by score desc ) as "rank" from Scores

Use this code it will work we need to write rank as "rank" because rank is a funcion that's why it's giving error

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mueez Khan