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 '-10,10' at line 3

SELECT id,user_id,date,title,LEFT(body,580) as body,view_count,tag, (SELECT name from user where user.id=thread.user_id) as name,(SELECT image from user where user.id=thread.user_id) as image,(SELECT forum_name from user where user.id=thread.user_id) as forum_name from thread where position ='middle' ORDER BY date DESC LIMIT -10,10