DB ERROR

=============================================================================
Mysql_Query : select tn1.seq , (select code_name from tn_code where column_name = 'consulting_code' and code = tn1.consulting_code) as consulting_name , (select code_name from tn_code where column_name = 'ask_code' and code = tn1.ask_code) as ask_name , password, ask_code, consulting_code, tn1.result_code, tn1.company, tn1.writer, date_format(tn1.create_date, '%Y-%m-%d') create_date,date_format(tn1.answer_date, '%Y-%m-%d') answer_date, tn1.progress_ind from tn_bbs_consulting as tn1 where 1 = 1 order by 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 8
Mysql Error Num : 1064

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