incrementing float colums to appropriate precision

admin

Administrator
Staff member
In a MySQL database, I have a table that contains a column of type FLOAT(5,3). I need to update other colums in the table and when those colums are updated I want to increment the FLOAT column in increments of .1.

Can someone tell me how to accomplish this?

Thanks,
Bruce
 
Back
Top