Hi, I am trying to extract a list from a mySQL database : I have this table: serie: model: 1234 abc 1233 abc 1222 abc 1111 def 1112 def I would like this result: 1234,1233,1222 abc 1111,1112 def Any ideas? Thanks, Richard.