Skip to main content.
Cualquier parecido con la realidad es demasiada coincidencia


mySQL error with query SELECT i.inumber as itemid, i.ititle as title, i.ibody as body, m.mname as author, m.mrealname as authorname, UNIX_TIMESTAMP(i.itime) as timestamp, i.itime, i.imore as more, m.mnumber as authorid, c.cname as category, i.icat as catid, i.iclosed as closed FROM nucleus_member as m, nucleus_category as c, nucleus_item as i WHERE i.iauthor = m.mnumber AND i.icat = c.catid AND i.idraft = 0 AND i.iblog = 476 AND i.itime <= "2012-02-12 18:16:47" AND i.icat=3137 ORDER BY i.itime DESC LIMIT -6, 7: 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 '-6, 7' at line 1

~