Hello,
I'm trying to calculate age in Derived Column Transformation Editor:
convert(int,DATEDIFF(d, BIRTH_DATE, getdate())/365.25) as age
but i have some error(o think i need to change the script)
Please advice
Thanks
Hello,
I'm trying to calculate age in Derived Column Transformation Editor:
convert(int,DATEDIFF(d, BIRTH_DATE, getdate())/365.25) as age
but i have some error(o think i need to change the script)
Please advice
Thanks