Database Error

A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-24, 24' at line 3

SELECT MATCH(`shop`.`name`) AGAINST ('Máy hơ gel Sun 5 UV') as sort, id, name, cate_code, name_code, imgshop, extract,totalbuy, price,img,price_save,datestart,datedeal,imgdeal FROM shop WHERE status = 1 AND (( MATCH(`shop`.`name`) AGAINST ('Máy hơ gel Sun 5 UV') )OR `name` LIKE '%Máy hơ gel Sun 5 UV%' OR ( MATCH(`shop`.`extract`) AGAINST ('Máy hơ gel Sun 5 UV') ) ) order by sort DESC LIMIT -24, 24