Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago

Transform data from a table with subtasks to a new task table

I have the following data structure: Id  ProjName 1   Proj1 2   Proj2 3   Proj3   And subtask info: id ProjId TaskName 1 1          Task1 2 1          Task2 3 2          Task3 4 3         ...