Hello All,
I am running into a problem trying to subtract my datetime cloumn from current datetime as follows:
select column1, getdate() - column2 as newcolumn2
from table1
I get a result of '1900-01-01 hh:mm:ss.sss' I am looking for days, hours.
Thanks all