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