• Like ronmoses, I, too, knew the answer because I learned the hard way. It's tough to figure-out the first time, but then the second, third, etc, it finally sinks in...

    The example is as simple as this - if using hardcoded values.

    set @result = round(5/3.0, 1);

    Cindy