Peru / Todo Peru / Eventos
SELECT a.*, COUNT(*) AS piccount, p.picfile, UNIX_TIMESTAMP(a.createdon) AS timestamp, ct.cityname, UNIX_TIMESTAMP(a.starton) AS starton, UNIX_TIMESTAMP(a.endon) AS endon FROM xzclf_events a INNER JOIN xzclf_cities ct ON a.cityid = ct.cityid LEFT OUTER JOIN xzclf_adpics p ON a.adid = p.adid AND p.isevent = '1' LEFT OUTER JOIN xzclf_featured feat ON a.adid = feat.adid AND feat.adtype = 'E' WHERE (starton <= '2009-07-02' AND endon >= '2009-07-02') AND a.enabled = '1' AND a.verified = '1' AND a.expireson >= NOW() AND (feat.adid IS NULL OR feat.featuredtill < NOW()) AND a.cityid = 85 GROUP BY a.adid ORDER BY a.starton DESC LIMIT 0, 50Got error 28 from storage engine