SELECT * FROM `thebigwaf01`.`movies` WHERE CATEGORY LIKE '%Sci-Fi%' AND (ORIGINALTITLE LIKE '%Paul Dooley%' OR TRANSLATEDTITLE LIKE '%Paul Dooley%' OR DIRECTOR LIKE '%Paul Dooley%' OR PRODUCER LIKE '%Paul Dooley%' OR ACTORS LIKE '%Paul Dooley%' OR DESCRIPTION LIKE '%Paul Dooley%' OR VIDEOFORMAT LIKE '%Paul Dooley%' OR FRAMERATE LIKE '%Paul Dooley%' OR FILESIZE LIKE '%Paul Dooley%' OR AUDIOFORMAT LIKE '%Paul Dooley%' OR DATEADD LIKE '%Paul Dooley%' OR MEDIA LIKE '%Paul Dooley%' OR RESOLUTION LIKE '%Paul Dooley%' OR LENGTH LIKE '%Paul Dooley%' OR LANGUAGES LIKE '%Paul Dooley%' OR SUBTITLES LIKE '%Paul Dooley%' OR MEDIATYPE LIKE '%Paul Dooley%') 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