Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SQL query for global price change


Guest

Recommended Posts

I didn't try that so better make sure to backup your products table before you execute my suggested query:

 

UPDATE TABLE_PRODUCTS SET products_price = 9 WHERE products_price = 10;

 

If you do this from phpMyAdmin or MySQL command line, you should replace TABLE_PRODUCTS by the actual table name. Default is 'products'.

 

Cheers,

Nick

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...