Concatenate multi value into one record.

Posted by mikehjun on Stack Overflow See other posts from Stack Overflow or by mikehjun
Published on 2010-03-16T22:20:08Z Indexed on 2010/03/16 22:21 UTC
Read the original article Hit count: 127

Filed under:

I joined two tables together and what I like to do is concatenate multi vaule in one records without duplicated value.

TAXLOT_ZONE TID ZONE 1 A 1 A 1 B 1 C 2 D 2 D 2 E 3 A 3 B 4 C 5 D

Desirable Final table looks like; TID ZONE 1 A, B, C 2 D, E 3 A, B 4 C 5 D

© Stack Overflow or respective owner

Related posts about python