SoluNOiD Posted December 4, 2018 Share Posted December 4, 2018 Hi out there, Is there anybody with SQL knowledge who can help me? I want to copy all of my products reference code to the supplier reference. I have tried with the below script with the supplier id as anchor, but it doesn't seem to work at all. UPDATE tbru_product_supplier INNER JOIN tbru_product_attribute USING (id_product, id_product_attribute) SET product_supplier_reference = reference WHERE id_supplier = 1 BR Stephan 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