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 , a.nid_event as nid_event , a.curl as curl , b.ccat_news as ccat_news , c.url_code as url_code , 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.cdate_public as cdate_public , a.ctime_public as ctime_public , d.ccode as code_sec , b.ccode as code_cat_news , a.ddate01 as ddate01 FROM rgn_tnews as a LEFT JOIN rgn_tcat_news as b ON (a.nid_cat_news = b.nid) , rgn_tcat_game as c , rgn_tsection_game as d WHERE a.nid is not null AND a.nid_cat_game = c.nid AND a.nid_section_game= d.nid ) as view WHERE nid is not null AND nstatus = 1 order by ddate01 desc,ctime_public desc, nid desc limit -15 , 15