G'day guys,
I have a service that writes to a database, one of the tables the service writes to holds calibration values for physical devices.
I need to multiply one of these calibration values by two, on insert, so for example if the service inserts calibration factor A as 3.3 I need to multiply by 2 on insert, so what is inserted is calibration factor A = 6.6
If anyone could put me on the right tracks here it would be greatly appreciated.