Pokud používáte MySQL, můžete použít GROUP_CONCAT : SELECT status, GROUP_CONCAT(title) FROM posts GROUP BY status