C
CTJ
My database records and dates the various statuses of a primary record. eg
from status 1 to status 2 to status 3 etc. Each change of status records a
seperate record in another table, linked to the primary record by a unique ID.
I need to caluculate the number of days between each status change record
attached to the unique ID i.e. number of days between status 1 and status 2,
status 2 and status 3 etc etc..
How can I achieve this?
from status 1 to status 2 to status 3 etc. Each change of status records a
seperate record in another table, linked to the primary record by a unique ID.
I need to caluculate the number of days between each status change record
attached to the unique ID i.e. number of days between status 1 and status 2,
status 2 and status 3 etc etc..
How can I achieve this?