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
Can someone tell me how to accomplish this?
Thanks,
Bruce