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