Pet stores in Ontario

Search for an Canadian business: pet stores in cities of Ontario.

All cities in Ontario, where you can find pet stores

0SELECT * FROM `region` WHERE url = 'on' LIMIT 1
1SELECT * FROM `category` WHERE url = 'pet-store' LIMIT 1
2SELECT category_id, region_id, locality_id FROM `category_item` WHERE category_id = 149 AND region_id = 176 GROUP BY category_id, region_id, locality_id
6SELECT * FROM `locality` WHERE `region_id` = 176 ORDER BY name
1SELECT * FROM `category` ORDER BY name
0SELECT * FROM counts where updated="2024-04-18" and table_name like 'news'
0SELECT * FROM counts where updated="2024-04-18" and table_name like 'news'
1SELECT * FROM `category` ORDER BY name
1SELECT * FROM `item` f JOIN ( SELECT RAND() * (SELECT MAX(id) FROM `item`) AS max_id ) AS m WHERE f.id >= m.max_id ORDER BY f.id ASC LIMIT 4
0SELECT * FROM `region` WHERE id IN ('176','178') LIMIT 2
1SELECT * FROM `locality` WHERE id IN ('17184','16566','18034','17758') LIMIT 4
0SELECT * FROM `photos` WHERE `item_id` IN ('372996','372997','372998','372999')
1SELECT * FROM `locality` f JOIN ( SELECT RAND() * (SELECT MAX(id) FROM `locality`) AS max_id ) AS m WHERE f.id >= m.max_id ORDER BY f.id ASC LIMIT 7
0SELECT * FROM `region` WHERE id IN ('168') LIMIT 1