| รหัส |
: |
YS 125-02 ABS Insulating Helmet |
| ผู้ผลิต |
: |
Yotsugi |
|
รายละเอียด |
|
|
SELECT * FROM tb_product
LEFT JOIN tb_product_category ON (tb_product_category.product_id = tb_product.product_id ) WHERE tb_product_category.sequent >5 and tb_product_category.category_id = GROUP BY tb_product_category.sequent ASC LIMIT 1
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 'GROUP BY tb_product_category.sequent ASC LIMIT 1' at line 2