A Database Error Occurred
Error Number: 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 '-15 , 15' at line 1
SELECT * FROM (SELECT a.nid as nid , a.nid_cat_news as nid_cat , a.nid_cat_game as nid_cat_game , a.nhit as nhit , a.cshort_content as cshort_content , a.ccontent as ccontent , a.cimage_thumb as cimage_thumb , b.ccat_news as ccat_news , a.ctitle as ctitle , a.cauthor as cauthor , a.ctag as ctag , a.alwcmt as alwcmt , a.nstatus as nstatus , a.niduser01 as niduser01 , a.nid_section_news as nid_section_news , a.nid_section_game as nid_section_game , a.ddate01 as ddate01 FROM rgn_tnews as a LEFT JOIN rgn_tcat_news as b ON (a.nid_cat_news = b.nid) WHERE a.nid is not null ) as view WHERE nid is not null AND nstatus = 1 order by ddate01 desc, nid desc limit -15 , 15