I am trying to Concatene certain rows in a table but not all for instance
I have a Course Track that consits of the classes
I want to have a select statement in which will return
The rows that should be concatenated are the rows with the same progression order.
Thank You in advance
I have a Course Track that consits of the classes
Code:
CourseName Progressionorder Class 1 1 Class 2 2 Class 3-A 3 Class 3-B 3 Class 3-C 3 Class 4-A 4 Class 4-B 4
Code:
Class 1 Class 2 Class 3-A, Class 3-B, Class 3-C Class 4-A, Class 4-B
Thank You in advance
Comment