laurens Posted September 22, 2012 Share Posted September 22, 2012 Bonjour , dans le B O , catalogue , onglet suivi des produits sans nom avec comme ID 0 sont apparues, voir capture ecran Quelqu'un à déjà eu ce problème Merci Link to comment Share on other sites More sharing options...
jmaumene Posted September 27, 2012 Share Posted September 27, 2012 Bonjour, Voici une requête SQL pour trouver des attributs qui n'auraient pas de produits ; SELECT * FROM `ps_product_attribute` WHERE `id_product` NOT IN ( SELECT `id_product` FROM `ps_product`) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now