1

I currently have this table.

name               title
Robert Pattinson   Twilight
Daniel Radcliff    NULL
Leonardo Dicaprio  NULL
Charlie Chaplin    The kid
Charlie Chaplin    The Circus
Charlie Chaplin    Timelight
John Abraham       Dhoom
John Abraham       Race 2

Is there a way to avoid duplicate attributes like 'Charlie Chaplin' and get a result as follows?

name               title

Robert Pattinson   Twilight
Daniel Radcliff    NULL
Leonardo Dicaprio  NULL
Charlie Chaplin    The kid, The Circus,Timelight
John Abraham       Dhoom,Race 2
Tim Schmelter
  • 450,073
  • 74
  • 686
  • 939

0 Answers0