I have a table with records and it has a row called category. I have inserted too many articles and I want to select only two articles from each category.
category
Use group by instead of order by.