I want the function to return age of the employee in specified date passed to the function by parameter
DROP FUNCTION IF EXISTS dbo.f_Employee_Age; GO CREATE