I have this kind of data :
Client Number Name of the direction
11 John
11 JIM
11 Isabel
12 Paul
12 Batman
13 Flash
I want to create a view like this :
CLIENT NUMBER NAMES
11 John, Jim, Isabel
12 Paul, Batman
13 Flash
I can have one or several names for the same client number.
How can I create a View with the different names in the same column ?
I already made a view but I Can't figure how to concat the names ?