Free classified ads for dogs, pets, horses, equipment and services serving the Toronto GTA communities and regions nearby.
Can't open file: 'xzclf_to_ads.MYI' (errno: 144)SELECT scat.subcatid, scat.catid, COUNT(*) as adcnt
FROM xzclf_to_ads a
INNER JOIN xzclf_to_subcats scat ON scat.subcatid = a.subcatid AND (a.enabled = '1' AND a.verified = '1' AND a.expireson >= NOW())
INNER JOIN xzclf_to_cats cat ON cat.catid = scat.catid
INNER JOIN xzclf_to_cities ct ON a.cityid = ct.cityid
WHERE scat.enabled = '1'
AND a.cityid = 1
GROUP BY a.subcatid
|
|