I know this is wrong and the syntax isn't right, but I'm trying to find the proper sql syntax to change a product model number. We have to update a bunch of numbers and using the SQL command will go a lot easier than using the admin panel.
I was playing with this, but I know it's just not right:
UPDATE products SET products_model = '123-NEW' WHERE products_model = '123-OLD'
Many thanks in advance


Reply With Quote

