error in query: 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 '-1' at line 13
SELECT
id,
title,
DATE_FORMAT(post_date, '%b %d, %Y - %h:%i %p') datetime,
DATE_FORMAT(post_date, '%b %d, %Y') date_only,
text_1,
text_2,
is_listed
FROM csped_special_ed_news
WHERE is_listed = 'Y'
AND YEAR(post_date) = '2003'
ORDER BY post_date DESC
LIMIT 0,-1