I am trying to do something I don’t know if it’s doable. I have this query:
SELECT [CreatedOn]
FROM [MyTable]

As you can see in the image, there are different dates. Now what I want to achieve is to get the time difference between each date/time in each row. For example, diference between date in row1 and row2, then row2 and row3, etc…
Is that possible?
Thanks, Laziale
1 Answer