I have a table Tour Below
I want to concate two column into one column which TourDate is same Sum DayAllowance and GroupBy Date Like below:
TourDate and Name is Grouped when Same VisitedPlace Concate two column DeparturePlace and ArrivalPlace. DayAllowance is the Sum of DayAllowance column of Tour table. How can i Create that table?