Hello,
I hope you can help me.
I have a datatable with different time zones, and I would like to join the rows where end date matches with start date of the next row.
Start date End date
07:00 - 13:00
13:00 - 15:00
16:00 - 19:00
The result should be:
07:00 - 15:00
16:00 - 19:00
Thank you