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: query:SELECT a.id, DATE_FORMAT(a.data, '%Y-%m-%d') AS data, aks.tytul, aks.tresc FROM aktualnosc a LEFT JOIN aktualnosc_strings aks ON a.id=aks.aktualnosc_id WHERE aks.lang='en' AND a.pokazuj_od<='2010-03-10' AND a.pokazuj_do>'2010-03-10' ORDER BY data DESC, aks.tytul LIMIT -10, 10