Hi,
I have a SQL database that contains various date fields and a record number.
I want to compare two dates from a record and get the time difference i.e. when the Item was supposed to arrive and when it did actually arrived. Im looking for an output which looks like
"Item", "Deadline Time", "Arrival Time", "Time Difference"
Repeated for the various items
Thanks in advance.
I have a SQL database that contains various date fields and a record number.
I want to compare two dates from a record and get the time difference i.e. when the Item was supposed to arrive and when it did actually arrived. Im looking for an output which looks like
"Item", "Deadline Time", "Arrival Time", "Time Difference"
Repeated for the various items
Thanks in advance.