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 '-10, 10' at line 1

select ad.articles_name from articles a left join articles_authors au on (a.authors_id = au.authors_id), articles_description ad where a.articles_status = '1' and a.articles_id = ad.articles_id and ad.language_id = '1' order by a.articles_date_added DESC, ad.articles_name limit -10, 10

[TEP STOP]