This query is very simple, all I want to do, is get all the articles in given category ordered by last_updated field:
last_updated
SELECT `articles`.* FR
I assume you have made the following in your db:
1) articles -> id is a primary key
2) articles_to_categories -> article_id is a foreign key of articles -> id
3) you can create index on category_id