Halloween Party Photos

No pictures in Las Vegas yet. Request a photographer for your next event!

Other Cities

select	 count(*) as count
from photog_event
 LEFT JOIN venue on photog_event.venue_id = venue.id and venue.active = 1 
  LEFT JOIN market on venue.market_id = market.id and market.active = 1 
  LEFT JOIN event on photog_event.event_id = event.id and event.active = 1 
 
where photog_event.active = 1  and media_vfolder_id is not null
				and photog_event.approved is not null
				and photog_event.date = '10/31'
			
ERROR: invalid input syntax for type date: "10/31"