UPDATE prodfeatures2 SET featureprice = featureprice * 0.6316;
I am trying to setup a round of to the nearest hundredth. HELP!
I do not want the answer to be 104.7648, I would want it to be 104.76.
I do not want the answer to be 104.7668, I would want it to be 104.77.
1 Answer