1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-5, 5' at line 1
select *, DAYOFMONTH(start_date) AS event from events_calendar where MONTH(start_date) = '05' and YEAR(start_date) = '' and language_id = '1' order by start_date limit -5, 5