SELECT id, TRIM(titulo), categoria FROM articulos GROUP BY id, categoria, TRIM(titulo) ORDER BY id DESC,categoria LIMIT 4