Hey all,
I need some direction on how to achieve the following outcome.
I've used 11g pivot before with values that suited the (mandatory) aggrigate function, but I can't see a solution for this. Any help appreciated.
PROJECT | WORKER | THE_DATE |
---|
Project_A | John | 05/23/2016 |
Project_A | Mary | 05/23/2016 |
Project_A | Mary | 05/24/2016 |
Project_A | Steve | 05/24/2016 |
Project_A | Mary | 05/25/2016 |
Project_A | Mary | 05/26/2016 |
Project_B | John | 05/23/2016 |
Project_B | Steve | 05/24/2016 |
WORKER | 05/23/2016 | 05/24/2016 | 05/25/2016 | 05/26/2016 |
---|
John | Project_A | | | |
John | Project_B | | | |
Steve | | Project_A | | |
Steve | | Project_B | | |
Mary | Project_A | Project_A | Project_A | Project_A |
Thanks.
NT