SELECT * FROM `nutricoaching`.`movies` WHERE YEAR='1999' AND (MEDIA LIKE '%Daniel Ceccaldi%' OR MEDIATYPE LIKE '%Daniel Ceccaldi%' OR SOURCE LIKE '%Daniel Ceccaldi%' OR ORIGINALTITLE LIKE '%Daniel Ceccaldi%' OR TRANSLATEDTITLE LIKE '%Daniel Ceccaldi%' OR DIRECTOR LIKE '%Daniel Ceccaldi%' OR PRODUCER LIKE '%Daniel Ceccaldi%' OR COUNTRY LIKE '%Daniel Ceccaldi%' OR CATEGORY LIKE '%Daniel Ceccaldi%' OR YEAR LIKE '%Daniel Ceccaldi%' OR ACTORS LIKE '%Daniel Ceccaldi%' OR DESCRIPTION LIKE '%Daniel Ceccaldi%' OR COMMENTS LIKE '%Daniel Ceccaldi%' OR VIDEOFORMAT LIKE '%Daniel Ceccaldi%' OR VIDEOBITRATE LIKE '%Daniel Ceccaldi%' OR AUDIOFORMAT LIKE '%Daniel Ceccaldi%' OR AUDIOBITRATE LIKE '%Daniel Ceccaldi%' OR RESOLUTION LIKE '%Daniel Ceccaldi%' OR FRAMERATE LIKE '%Daniel Ceccaldi%' OR LANGUAGES LIKE '%Daniel Ceccaldi%') 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