I want to write a query in sql for find the age of a person in day month and year .....lik3 Age:'65Years/7Month/2Days'
I have a table consist the name and the date of birth of employee
I am able to find the age in year or month or day by using datediff
query but donno how to write for mixup of all
DATEDIFF(day,Column_1,DateNow())