How to add to a numeric data type with 1 digit decimal a zero.
For Instance
Assuming that I got a result from a calculation 7.7 which means 7.07, how to add the leading zero or how to convert to a 2 decimal points
The ROUND() rounds it to 7.70 and or 8.0 and what I am looking for to be 2 decimal points with the leading zero, in other word the result should be 7.07
I will really appriciates for sample code that converts from 7.7 to 7.07
Thanks
Jose
Jayesh VaghasiyaPosted Sep 7, 2018, 2:34 AM
Jose SaizPosted Jul 10, 2018, 6:03 AM
Kapil Singh KumawatPosted Jul 10, 2018, 2:31 AM
Shubham SharmaPosted Jul 9, 2018, 7:36 PM
Shweta LodhaPosted Jul 9, 2018, 7:27 PM