=============================================================================
Mysql_Query : select tn01.seq, tn01.title, tn01.download_url, (SELECT concat(file_path,'/' ,file_name_save) FROM tn_bbs_file WHERE bbs_seq = tn01.seq AND bbs_type ='catalog_thumb' limit 1) as thumbnail_file, date_format(tn01.report_date, '%Y-%m') report_date from tn_bbs_catalog 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 9
Mysql Error Num : 1064
=============================================================================