Computer Science, asked by aaryanbansal53091, 1 year ago

What is ROW_NUMBER() in MySQL?

Answers

Answered by PriyanshuSakre
0

The row_number() is a ranking function that returns a sequential number of a row, starting from 1 for the first row. You often want to use the row_number() function to produce the specific reports. MySQL with the version under 8.0 does not support row_number() like Microsoft SQL Server, Oracle, or PostgreSQL.

Similar questions