Jul 8, 2005 #1 pradchal1 Programmer Nov 10, 2004 31 FR What is the SQL function to get the age from a birthdate? I know in MS ACCESS, it is DateDiff("yyyy",BIRTHDATE,Now()) Thanks
What is the SQL function to get the age from a birthdate? I know in MS ACCESS, it is DateDiff("yyyy",BIRTHDATE,Now()) Thanks
Jul 8, 2005 #2 micha123 Programmer Jul 5, 2005 189 CA Almost the same: Code: DateDiff(yy,BIRTHDATE,getdate()) "A long life is when each day is full and every hour wide!" (A Jewish Mentor) M. Upvote 0 Downvote
Almost the same: Code: DateDiff(yy,BIRTHDATE,getdate()) "A long life is when each day is full and every hour wide!" (A Jewish Mentor) M.
Jul 8, 2005 #3 gmmastros Programmer Feb 15, 2005 14,912 US Calculating age is not at all straight forward. Take a look at this thread thread183-1010795 solutions are presented there. -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom Upvote 0 Downvote
Calculating age is not at all straight forward. Take a look at this thread thread183-1010795 solutions are presented there. -George Strong and bitter words indicate a weak cause. - Fortune cookie wisdom