Error SQL:


QUERY:
select quotation.*,author.text_name as author from data_ru_quotation as quotation left join data_ru_author as author on author.id=quotation.select_author where quotation.check_active=1 and quotation.date_date != '2024-03-28'order by quotation.ord asc limit -31,31
MYSQL Error: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 '-31,31' at line 4