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