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 8
select l.id, l.name, l.description, l.image, l.link_url
from flth_links l, flth_links_categories lc
where (l.language_id = '2'
or l.language_id = 99)
and lc.language_id = '2'
and l.categories_id = lc.categories_id
and status = 1
and l.categories_top = 1 LIMIT -10, 10
[XT SQL Error]