davers44 Posted May 28, 2013 Share Posted May 28, 2013 (edited) Hi, I would like to move the value of supplier_reference field to reference field for all my products. Any hint from sql experts how to move a value with a sql query on the database? Thanks in advance Edited May 29, 2013 by davers44 (see edit history) Link to comment Share on other sites More sharing options...
davers44 Posted May 29, 2013 Author Share Posted May 29, 2013 (edited) I managed to copy the value using a simple sql query in phpadmin: update ps_product set reference = supplier_reference Edited May 29, 2013 by davers44 (see edit history) 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