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