Query failed: SQLSTATE[42000]: Syntax error or access violation: 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 '-10, 10' at line 6
Query :
SELECT `product`.`pId`, `product`.`zh_TW_Brand` AS `Brand`, `product`.`zh_TW_ProductName` AS `ProductName`, `product`.`zh_TW_productImg1` AS `ProductImg1`, `product`.`zh_TW_instructions` AS `instructions`
FROM `product`
LEFT JOIN `product_classification` USING (`pcId`)
WHERE `product`.`enable`=1 AND `product`.`deleted`=0 AND `product`.`pbId` LIKE :pbId
ORDER BY `product`.`sort`
LIMIT -10, 10
Invalid address: (From): root@localhost