Is it possible to have a Datediff function compare the minutes between consecutive rows in a Time column?
Example:
Primary____________Time____________TimeStep
1_________________0100____________N/a
2_________________0102____________2
3_________________0108____________6
4_________________0139____________31
What I have so far:
Timestep: datediff(n, Time, ????)
Thanks,
Example:
Primary____________Time____________TimeStep
1_________________0100____________N/a
2_________________0102____________2
3_________________0108____________6
4_________________0139____________31
What I have so far:
Timestep: datediff(n, Time, ????)
Thanks,