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