Oracle Age calculation from Date of birth and Today
Posted
by Jasim
on Stack Overflow
See other posts from Stack Overflow
or by Jasim
Published on 2010-06-10T14:39:27Z
Indexed on
2010/06/10
14:42 UTC
Read the original article
Hit count: 222
I want to calculate present Age from Date of Birth in my oracle function. for that i am using (Today-Dob)/30/12.
But this is not accurate as some months will have 31 days.
I want to get the correct date with maximum precision How ca i do that??
© Stack Overflow or respective owner