Sometimes you may need to select top n rows per group in MySQL. Here’s how to select to n rows from each category in MySQL.
top n rows
MySQL Select Top N Rows
Sometimes you may need to select top 10 rows or select top 1 row in MySQL. Here’s how to select top N rows in MySQL.