I am having a table that is having data dynamic. A general example
A B C
04/05/2020 04/05/2020 9:00 04/05/2020 13:00
04/05/2020 04/05/2020 13:30 04/05/2020 17:05
I need to have the data in the same row like
A B C D E
04/05/2020 04/05/2020 9:00 04/05/2020 13:00 04/05/2020 13:30 04/05/2020 17:05
I tried to use PIVOT but that didn't helped me out any suggestions?