Rounding off shall not help you in preventing getting the warning message.
You can try this:
cast(round(field_name,2) ,'decimal(10,2)')
Rounding off shall not help you in preventing getting the warning message.
You can try this:
cast(round(field_name,2) ,'decimal(10,2)')