Jump to content

This is doing my head in


MiCR0

Recommended Posts

I am trying to work out a Discount system maths logic for an MYSQL statment, and I can not get my head into Gear so any help would be great.

 

I am working on a system where the user inputs 20% or -20% and then it querys 35,000 products and updates them with the new price now becuase the records are so big I have a problem so its a one statment job.

 

(cost * 0.20) adds on 20%

 

Update products SET cost =  (cost* 0.20) WHERE bradletter='A'; // adds 20% to the price

 

I think the above is correct how would you remove 20%?

 

thanks MiCR0

 

 

Link to comment
https://forums.phpfreaks.com/topic/208200-this-is-doing-my-head-in/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.