Warning: Invalid argument supplied for foreach() in /home/phillycp/public_html/food/restaurants/maps.php on line 103
select
distinct v.restaurant_id
from
cp_restaurants_to_venue_codes as v
inner join
citypaper_restaurants.cp_restaurants as r
on (
v.restaurant_id = r.id
)
inner join
citypaper_restaurants.cp_venue_codes as vc
on (
vc.id = v.venue_code_id
)
where
r.name <> ''
and
neighborhoods_id IN (36,7)
and
(
)
group by
v.restaurant_id
order by
r.name
[nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
group by
v.restaurant_id
order by
r.name' at line 28]