[thelist] sql group one field

Richard Bennett richard.bennett at skynet.be
Tue Aug 31 15:18:20 CDT 2004


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.


More information about the thelist mailing list