littlevoicez
New Member
- Joined
- Aug 1, 2011
- Messages
- 2
Hi This is my first post on this forum, I couldn't find the answer elsewhere, that's why I decided to post it here:
I would like to combine multiple rows with the same id, into one.
Eg.
--------------------------------------------------------------------------------------------
ID (movie Title) | Description | Other Field | link |
--------------------------------------------------------------------------------------------
The Naked Gun | Lorem Ipsum... | bla bla bla | Link 1|
The Naked Gun | | | Link 2|
The Naked Gun | | | Link 3|
Australia | Lorem Ipsum... | bla bla bla | Link 1|
Australia | | | Link 2|
Australia | | | Link 3|
Australia | | | Link 4|
--------------------------------------------------------------------------------------------
Then the above records to be combined into the following 2 rows (one for each id, with the fields with different content, merged into one cell, separated by commas)
The Naked Gun | Lorem Ipsum... | bla bla bla | Link 1, Link 2,Link 3,|
Australia | Lorem Ipsum... | bla bla bla | Link 1,Link 2,Link 3,Link 4|
Can you help me achieve this?
Thanks in advance.
I would like to combine multiple rows with the same id, into one.
Eg.
--------------------------------------------------------------------------------------------
ID (movie Title) | Description | Other Field | link |
--------------------------------------------------------------------------------------------
The Naked Gun | Lorem Ipsum... | bla bla bla | Link 1|
The Naked Gun | | | Link 2|
The Naked Gun | | | Link 3|
Australia | Lorem Ipsum... | bla bla bla | Link 1|
Australia | | | Link 2|
Australia | | | Link 3|
Australia | | | Link 4|
--------------------------------------------------------------------------------------------
Then the above records to be combined into the following 2 rows (one for each id, with the fields with different content, merged into one cell, separated by commas)
The Naked Gun | Lorem Ipsum... | bla bla bla | Link 1, Link 2,Link 3,|
Australia | Lorem Ipsum... | bla bla bla | Link 1,Link 2,Link 3,Link 4|
Can you help me achieve this?
Thanks in advance.