how to calculate age using date of birth
how to calculate age using date of birth
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Upendra Pratap ShahiPosted May 25, 2015, 5:52 AM
Rajeesh MenothPosted May 25, 2015, 5:47 AM
Carlos kambuiPosted May 25, 2015, 5:46 AM
Sabyasachi MishraPosted May 25, 2015, 5:42 AM
select @age=DATEDIFF(DAY,DOB,GETDATE()) from Table
Upendra Pratap ShahiPosted May 25, 2015, 5:25 AM
Rajeesh MenothPosted May 25, 2015, 5:08 AM