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 1

select *,date_format(Timestamp,'%Y-%m-%d') as dt from tbl_video left join wi_model ON (wi_model.t_id = tbl_video.model_id) where wi_model.t_id = tbl_video.model_id order by Timestamp desc LIMIT -9 ,9