A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-22,22' at line 1

SELECT * FROM articles left join article_Sites a on (a.articleid = articles.id) where publishDate < now() and publishDate<=CONVERT_TZ(UTC_TIMESTAMP(),'+00:00','-6:00') and ArtStatus = 'Publish' and full_listing = 1 and a.cityid = 3 order by publishDate DESC limit -22,22