hello,
i have datetime field in sql, i want to fetch age calculation in sql query like
dob: 01/01/1983
sql query to return
Years- Months- Days (36 Year, 2 Months, 5 days)
please advice
Hinauna,
There is no short version of query.
If you want to make it short then Create function and call it where you need.
Refer the below link and modify it.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.