Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SQL QUERY HELP


NCR2000

Recommended Posts

Need help building a sql query which needs to be ran to do the follow

 

Set price_prefix to "+" in products_attributes table on all entries

 

Can anyone help me?

Got it

 

UPDATE `products_attributes` SET `price_prefix` = '+' WHERE `price_prefix` ='-';

 

then ran

 

UPDATE `products_attributes` SET `price_prefix` = '+' WHERE `price_prefix` ='';

 

to get all price_prefix set to +

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...