SELECT * FROM `thebigwaf01`.`movies` WHERE CATEGORY LIKE '%Adventure%' AND (ORIGINALTITLE LIKE '%Franco Columbu%' OR TRANSLATEDTITLE LIKE '%Franco Columbu%' OR DIRECTOR LIKE '%Franco Columbu%' OR PRODUCER LIKE '%Franco Columbu%' OR ACTORS LIKE '%Franco Columbu%' OR DESCRIPTION LIKE '%Franco Columbu%' OR VIDEOFORMAT LIKE '%Franco Columbu%' OR FRAMERATE LIKE '%Franco Columbu%' OR FILESIZE LIKE '%Franco Columbu%' OR AUDIOFORMAT LIKE '%Franco Columbu%' OR DATEADD LIKE '%Franco Columbu%' OR MEDIA LIKE '%Franco Columbu%' OR RESOLUTION LIKE '%Franco Columbu%' OR LENGTH LIKE '%Franco Columbu%' OR LANGUAGES LIKE '%Franco Columbu%' OR SUBTITLES LIKE '%Franco Columbu%' OR MEDIATYPE LIKE '%Franco Columbu%') ORDER BY DATEADD DESC, ORIGINALTITLE ASC LIMIT -24,24
Invalid Query: 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 '-24,24' at line 1