I have a table called result that has 11 columns and look like that
Name Seat FA1 FA2 Fa3 FB1 FB2 FB3 FC1 FC2 FC3
what I am trying to do is break each row into 3 rows so the rows can be like this
Name Seat FA1 FB1 FC1
Name Seat FA2 FB2 FC2
Name Seat FA3 FB3 FC3