A Database Error Occurred

Error Number: 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 '-9, 9' at line 10

SELECT `article`.*, (SELECT GROUP_CONCAT(section_id) FROM article_section_fk WHERE article_id = article.id) as `type`, (SELECT GROUP_CONCAT(sub_section_id) FROM article_sub_section_fk WHERE article_id = article.id) as `sub_section` FROM `article` JOIN `article_section_fk` ON `article_section_fk`.`article_id` = `article`.`id` WHERE `start_time` <= '2024-03-28 17:33:30' AND `end_time` >= '2024-03-28 17:33:30' AND `section_id` = '14' AND `deleted_time` IS NULL AND `status` = 1 ORDER BY `created_time` DESC LIMIT -9, 9

Filename: models/Article_model.php

Line Number: 212