79294669

Date: 2024-12-19 14:49:59
Score: 0.5
Natty:
Report link

I believe you could use something as simple as

UPDATE YourTable SET price = price * 1.22 

or

UPDATE YourTable SET price = price * YourField

if you have a field with the price value

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ragnar