My knowledge of MySQL is scant. I need to be able to change the following fields:
`fws_products_attributes` WHERE `attributes_price_factor_offset` = 0.1750 so that the price factor offset = 0.20
Can anyone tell me how to do this? many thanks. Using phpMyAdmin is too slow (475 records). However, please note, not all fields contain 0.175 already some are blank
e.g. in the existing DB I have
Rows attributes_price_factor
3700 0.0000
473 0.1750
1 0.2000 (Changed this manually)
Yes, I know, backup first!
Many thanks.


Reply With Quote
