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 '-50 , 50' at line 1

SELECT t1.*,(SELECT level FROM MT_USER_INFO WHERE idx=t1.user_idx) as level FROM MT_BOARD_TALK t1 WHERE (zone_code in ("www") OR is_distribute=1) AND category = 'talk' ORDER BY is_notice desc,is_best desc,regdate desc, idx desc LIMIT -50 , 50

Filename: component/QueryClass.php

Line Number: 222