SELECT v.*, a.path FROM stu_vod v LEFT JOIN stu_attachments a ON a.fid=v.id AND a.systype='vod' WHERE 1 AND v.classid='1' ORDER BY v.id DESC LIMIT -6, 6ok
Êý¾Ý¿â³ö´í:
MySQL Query ErrorMysql error description: 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, 6' at line 3