 |
|
|
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 '-100,100' at line 11select *
from articles
where status='A' and (
article_key like '%kimkins%' or
article_res like '%kimkins%' or
article_body like '%kimkins%' or
article_sum like '%kimkins%' or
article_title like '%kimkins%'
)
order by posteddate desc , article_id desc limit -100,100 |