Hi,
I am using two tables, T1 and T2.
T1 has Material, Work plan
T2 has Work plan, Work plan Owner
How I can connect by query these two tables, but to Material is unique value in 1st column and Work Plan Owners are written in 2nd column with semicolon as delimiter?
Example:
I am using two tables, T1 and T2.
T1 has Material, Work plan
T2 has Work plan, Work plan Owner
How I can connect by query these two tables, but to Material is unique value in 1st column and Work Plan Owners are written in 2nd column with semicolon as delimiter?
Example:
Material | Work Plan Owners |
Material1 | John; Peter; Jane |
Material2 | Michael; Thomas |