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 '-20, 10' at line 11
SELECT `promotion`.*, `en_promotion_title`.`text_content` as promotion_title, `en_promotion_description`.`text_content` as promotion_description, `en_promotion_keyword`.`text_content` as promotion_keyword, `en_promotion_titlebar`.`text_content` as promotion_titlebar, `en_promotion_detail`.`text_content` as promotion_detail FROM (`promotion`) JOIN `text_en` en_promotion_title ON `en_promotion_title`.`text_id`=`promotion_title` JOIN `text_en` en_promotion_description ON `en_promotion_description`.`text_id`=`promotion_description` JOIN `text_en` en_promotion_keyword ON `en_promotion_keyword`.`text_id`=`promotion_keyword` JOIN `text_en` en_promotion_titlebar ON `en_promotion_titlebar`.`text_id`=`promotion_titlebar` JOIN `text_en` en_promotion_detail ON `en_promotion_detail`.`text_id`=`promotion_detail` WHERE `promotion_type` = 2 AND `promotion_status` = 'enable' ORDER BY `promotion_id` desc LIMIT -20, 10