SyntaxFix
Write A Post
Hire A Developer
Questions
you have enlosed start_date with single quote causing it to become string, use backtick instead
start_date
backtick
SELECT * FROM `la_schedule` WHERE `start_date` > '2012-11-18';