Hi All,
Is there a function that will return the decimal portion of a number in SQL Server?
e.g. passing 123.45 would return 45
If there is what is it called, or do I have do something manual, like converting to a string and grabbing all chars after the decimal place?
Thanks
Chris
Is there a function that will return the decimal portion of a number in SQL Server?
e.g. passing 123.45 would return 45
If there is what is it called, or do I have do something manual, like converting to a string and grabbing all chars after the decimal place?
Thanks
Chris