Hi I have decimal value of (9,3) in my source table and want to insert it into a table where thje values can be only (9,2). How do you round off the last decimal point
Ex: If I have 666666.666 i want the value as 666666.67. How do i do it?
Ex: If I have 666666.666 i want the value as 666666.67. How do i do it?
Comment