A Database Error Occurred

Error Number: 1064

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 'order by product_id asc limit 0,20' at line 4

SELECT `products`.*, `brand`.`chinese_name`, `brand`.`english_name` FROM `products_14` as `products` JOIN `brand` ON `brand`.`brand_id`=`products`.`brand_id` WHERE order by product_id asc limit 0,20

Filename: models/Product_model.php

Line Number: 59