Discuz! info: MySQL Query Error

Time: 2008-8-30 1:23am
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 order by content.likes 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