I have no idea to create this sorry if this is a stupid question.
I have a table with two commands and a general shift, and I will use this information later in another place, so my idea is to combine two columns in one column, but in two different rows:
HomeTeam AwayTeam Totalwatch AB 100 AC 90 CA 80 DB 70 CE 50
Can i have this
Teams TotalWatch A 100 B 100 A 90 C 90 C 80 A 80 D 70 B 70 C 50 E 50
I have several columns to make them repeat.
Just a note that I know how concat use concat on a single line using the concat function I don’t know how I can do with two lines
source share