DB ERROR

=============================================================================
Mysql_Query : select tn01.seq, tn01.title, tn01.content, tn01.link_url, date_format(tn01.report_date, '%Y-%m-%d') report_date, create_name, date_format(tn01.create_date, '%Y-%m-%d') create_date , (select code_name from tn_code where table_name = 'tn_bbs_news' and column_name = 'press_kind' and code = tn01.press_kind) as press_kind_name , (SELECT concat(file_path,'/' ,file_name_save) FROM tn_bbs_file WHERE bbs_seq = tn01.seq AND bbs_type ='news_thumb' limit 1) as thumbnail_file from tn_bbs_news tn01 where 1 = 1 order by report_date desc ,seq desc limit -10, 10
Mysql_Error : 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 '-10, 10' at line 11
Mysql Error Num : 1064

=============================================================================