[1064 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 '-5,5' at line 5 
 select news_id,news_image_file,news_image_title,news_name,news_date_time,news_short_description
                        from news
                        where language_id = '1'
                              and news_is_enabled = '1'
                        order by news_date_time DESC, news_id DESC LIMIT -5,5]