ROW_NUMBER() in MySQL Is there a nice way in MySQL to replicate the SQL Server function ROW_NUMBER()? For example: SELECT col1, col2, ROW_NUMBER() OVER (PARTITION BY ... May 15, 2022 0 Comments