Главная /
Новости
Новости
logics Error
Ошибка в mysql запросе
11
}
12
13
public function getPageLimit($start,$qty){
14 return $this->db->select("SELECT * FROM {$this->table} ORDER BY `dateUpdate` DESC LIMIT {$start},{$qty}");
15
}
16
17
public function getPageCount(){
08-12-2023 Ошибка в SQL запросе: № 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
SQL строка: SELECT * FROM blog ORDER BY `dateUpdate` DESC LIMIT -10,10
Вызов из /var/www/u0059048/data/www/20.mriya-irk.ru/Component/Article_Section/Blog/Class.php строка № 14