How to get exact decimal values on dividing numbers in SQL?
Example : Dividing 8 over 25 will return 0.32.
I will have to get the exact decimals.
How to get exact decimal values on dividing numbers in SQL?
Example : Dividing 8 over 25 will return 0.32.
I will have to get the exact decimals.