Subtracting seconds from Timestamp

12 Views Asked by At

I have a column that is a timestamp (DateTime) and a column (TalkTime) that is the number of seconds an interaction lasted. I need to be able to subtract the number of seconds of the interaction from the timestamp in order to get the time the interaction started. The DateTime is when the interaction ended.

enter image description here

sel (D.TALKTIME/60)- D.Datetime

0

There are 0 best solutions below