TICKET INFO 212-255-4233

COUNTDOWN TO NEW YEARS EVE

NEW YORK
DAYS
HRS
MIN
SEC
CHICAGO
DAYS
HRS
MIN
SEC
LOS ANGELES
DAYS
HRS
MIN
SEC
LONDON
DAYS
HRS
MIN
SEC
select	 count(*) as count
from ct_event
 LEFT JOIN venue on ct_event.venue_id = venue.id and venue.active = 1 
 
where ct_event.active = 1  and ct_event.publish_status = 'network' 
		 and ct_event.market_id = 
			and ct_event.start_date = '12/31/2010'
			and venue.id is not null
		
ERROR: syntax error at or near "and" at character 216