No idea what is going on here. Here is the query, right from phpMyAdmin:
SELECT * FROM `la_schedule` WHERE \'start_date\' >\'2012-11-18\';
Try this.
SELECT * FROM la_schedule WHERE `start_date` > '2012-11-18';