SELECT * FROM `nutricoaching`.`movies` WHERE CATEGORY LIKE '%Espionnage%' AND (MEDIA LIKE '%Heath Ledger%' OR MEDIATYPE LIKE '%Heath Ledger%' OR SOURCE LIKE '%Heath Ledger%' OR ORIGINALTITLE LIKE '%Heath Ledger%' OR TRANSLATEDTITLE LIKE '%Heath Ledger%' OR DIRECTOR LIKE '%Heath Ledger%' OR PRODUCER LIKE '%Heath Ledger%' OR COUNTRY LIKE '%Heath Ledger%' OR CATEGORY LIKE '%Heath Ledger%' OR YEAR LIKE '%Heath Ledger%' OR ACTORS LIKE '%Heath Ledger%' OR DESCRIPTION LIKE '%Heath Ledger%' OR COMMENTS LIKE '%Heath Ledger%' OR VIDEOFORMAT LIKE '%Heath Ledger%' OR VIDEOBITRATE LIKE '%Heath Ledger%' OR AUDIOFORMAT LIKE '%Heath Ledger%' OR AUDIOBITRATE LIKE '%Heath Ledger%' OR RESOLUTION LIKE '%Heath Ledger%' OR FRAMERATE LIKE '%Heath Ledger%' OR LANGUAGES LIKE '%Heath Ledger%') ORDER BY DATEADD DESC, ORIGINALTITLE ASC LIMIT -10,10
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 '-10,10' at line 1