SQL Error: 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 '-20,20' at line 10 at /home/webmaster/www/pismo-vlasti.ru/www/model/singleNews/singleNews.model.php line 29
Array
(
[code] => 1064
[message] => 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 '-20,20' at line 10
[query] => SELECT SQL_CALC_FOUND_ROWS n.`id`, n.`header`, n.`subheader`,
DATE_FORMAT(n.`date`,'%e') as d1,
DATE_FORMAT(n.`date`,'%c') as d2,
DATE_FORMAT(n.`date`,'%Y') as d3,
n.`image`,n.`imagecaption`
FROM
news as n
LEFT JOIN users as u ON u.id = n.userid
WHERE n.`category` = 100
ORDER BY n.`date` DESC LIMIT -20,20
[context] => /home/webmaster/www/pismo-vlasti.ru/www/model/singleNews/singleNews.model.php line 29
)