 |
重点品牌推荐 |
|
|
|
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 '-6, 6' at line 1
select p.products_id, p.products_image, p.products_quantity, p.products_price from products p , products_to_categories p2c, categories c where p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and c.parent_id in (170) and p.products_status = '1' order by products_id desc limit -6, 6
[TEP STOP]
| | |