Im trying to create a new table on SQL which will have summarized data.
For example. In the original table i have this data:
If you see rows 9, 10 and 11 they are consecutive, so i want to group them on one row with
Begin: 2020-07-02 20:11:00.000
End: 2020-07-02 20:13:00.000
Ignore rows 12 and 13. I made a mistake colorizing them