Questa offerta combinata contiene i seguenti articoli: | 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 'html and language_id = '4'ORDER BY p.products_price DESC' at line 7
SELECT pd.products_name, pb.*, p.products_bundle, p.products_id, p.products_price, p.products_image
FROM products p
INNER JOIN products_description pd
ON p.products_id=pd.products_id
INNER JOIN products_bundles pb
ON pb.subproduct_id=pd.products_id
WHERE pb.bundle_id = 1718.html and language_id = '4'ORDER BY p.products_price DESC
[TEP STOP]
|