SELECT * FROM products WHERE visible=1 AND product_id NOT IN (SELECT product_id FROM non_visible_domain WHERE user_id=) AND sold_separately=1 AND user_id=
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 ') AND sold_separately=1 AND user_id=' at line 1
SELECT product_id FROM products WHERE user_id= AND visible=1 AND sold_separately=1 AND product_id NOT IN (SELECT product_id FROM non_visible_domain WHERE user_id=)
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 'AND visible=1 AND sold_separately=1 AND product_id NOT IN (SELECT product_id FRO' at line 1
-

Αρχική σελίδα e-skafos.gr

,
-

SELECT product_id FROM products WHERE user_id= AND visible=1 AND language='greek' AND sold_separately=1 AND product_id NOT IN (SELECT product_id FROM non_visible_domain WHERE user_id=) ORDER BY price DESC
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 'AND visible=1 AND language='greek' AND sold_separately=1 AND product_id NOT IN (' at line 1