I'm having a table Content
with following structure,
Id | title | category | content | created_at
At least it's contained more than one category and lot of article for each category.
I want to display the three last article of each category on my index page. How can I do that using a single SQL query ?