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