SELECT
*
FROM
article
WHERE
tag like '%繧オ繧、繧ッ繝ェ繝ウ繧ー%'
AND
tag like '%蜊�ュウ蟶�%'
AND
bCate = 2
AND
sCate = 5
ORDER BY
id desc
LIMIT
-10,10 [nativecode=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 16]