|
⁄ |
|
LCD Displays
LCD Televisions, Samsung lcd
tv, best sellers televisions
by 1staudiovisual Australia |
|
 |
|
|
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 ') OR categories.parent_id IN ( ) and products.products_price > 0 ORDER BY produ' at line 1
SELECT distinct products.products_id, products.products_image, products.products_price, products.products_ordered,products_description.products_short_description, products_description.products_description, products_description.products_name, products_to_categories.categories_id FROM products Inner Join products_description ON products.products_id = products_description.products_id Inner Join products_to_categories ON products.products_id = products_to_categories.products_id Inner Join categories ON products_to_categories.categories_id = categories.categories_id WHERE products.products_status = '1'AND categories.categories_id IN( ) OR categories.parent_id IN ( ) and products.products_price > 0 ORDER BY products.products_id DESC LIMIT 9
[TEP STOP]
| | |