SELECT items.* FROM items, category WHERE items.category = category.id ORDER BY items.id DESC LIMIT 2;