I want to calculate the current Age from Date of Birth in my Oracle function.
What I am using is (Today-Dob)/30/12
, but this is not accurate as some months have 31 days.
I need to get the correct age with the maximum precision. How can I do that?
See Question&Answers more detail:os