Ver originalSELECT * FROM `videos_tv` AS t1LEFT JOIN (SELECT MAX(fecha) AS fecha FROM `videos_tv`) AS t2 ON (t1.fecha=t2.fecha)