abkkn
August 15th, 2003, 01:11 AM
Hello,
I have the following table,
[ id ] [ name ]
[ 1 ] [ A ]
[ 1 ] [ B ]
[ 2 ] [ B ]
[ 3 ] [ C ]
[ 3 ] [ D ]
[ 4 ] [ A ]
[ 4 ] [ D ]
I want to get the following output, is it possible?
[ id ] [ list ]
[ 1 ] [ A, B ]
[ 2 ] [ B ]
[ 3 ] [ C, D ]
[ 4 ] [ A, D ]
Thanks in advance,
abkkn.
I have the following table,
[ id ] [ name ]
[ 1 ] [ A ]
[ 1 ] [ B ]
[ 2 ] [ B ]
[ 3 ] [ C ]
[ 3 ] [ D ]
[ 4 ] [ A ]
[ 4 ] [ D ]
I want to get the following output, is it possible?
[ id ] [ list ]
[ 1 ] [ A, B ]
[ 2 ] [ B ]
[ 3 ] [ C, D ]
[ 4 ] [ A, D ]
Thanks in advance,
abkkn.