I'm using GETDATE()) / 362.25 AS [AGE] to calculate someone's age. However, the output of the age column is e.g. 68.080055.
How am I able to round this so that I have no decimal places?
Many thanks, Jon
I'm using GETDATE()) / 362.25 AS [AGE] to calculate someone's age. However, the output of the age column is e.g. 68.080055.
How am I able to round this so that I have no decimal places?
Many thanks, Jon