[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 '-100,100' at line 5 
 select video_id,video_image_file,video_youtube,video_name,video_date_time,video_short_description
                        from video
                        where language_id = '1'
                              and video_is_enabled and category_id=1
                        order by video_rank DESC,video_date_time DESC, video_id DESC LIMIT -100,100]