Error: Incorrect DATETIME value: '20110-01-01 00:00:00'
Error No: 1525
SELECT ue_id, title, home_title, home_decription, content, image, event_date FROM upcoming_events
WHERE status = '1' AND event_date >= '2019-012-01 00:00:00' AND event_date < '20110-01-01 00:00:00'
ORDER BY event_date DESC