|
|
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 '-30,30' at line 7
-- Penarticle_list
SELECT *
FROM
prefix_articles
where status='A' and penname_id='40355' and category_id='163'
order by article_title asc
limit -30,30
|