Zen Follower
- Join Date:
- Aug 2008
- Posts:
- 274
- Plugin Contributions:
- 0
Update all pricing at once
Hello,
I have looked and think there is not an option but wanted to check one last time.
I have installed the Auto populate mod but it wont' really work for what I need.
I have 2600 items on this website and I have a new excel sheet where 1578 of the items are changing prices. There is nothing in common with the price changes though, some go up in price and some go down.
Is there an SQL statement I can run to update them at once? I could break the excel file apart and create a long sql statement but not sure how I should format the statement
I basically need to do something along these lines
Update PRODUCT PRICE = 59.95 where PRODUCTS_ID = 5695
ANY HELP WOULD BE GREAT
THANKS