| Code |
: |
BK 022-4 |
| Manufacturer |
: |
Safe+Colth |
|
Detail |
|
|
SELECT * FROM tb_product
LEFT JOIN tb_product_category ON (tb_product_category.product_id = tb_product.product_id ) WHERE tb_product_category.sequent >2 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