Discuz! info: MySQL Query Error

Time: 2009-11-8 5:33am
Script: /games.php

SQL: select content.*,members.uid as uid,members.username,content_subtype.id as subid,
content_type.id as ctid,content_type.name as ctname,content_subtype.name,
members.pic_location,memberfields.*

from content,content_subtype,members,content_type,memberfields

where members.uid=content.author_id and memberfields.uid= content.author_id and content_subtype_id=content_subtype.id
and content.content_type_id=content_type.id and content.status = 1 and content_type_id=1 and (content.update_date + 60*60*24*30) > 1257658415 order by content.times_viewed_1m desc limit -10,10
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
Errno.: 1064