Multiple values in a column

Posted by Adnan on Stack Overflow See other posts from Stack Overflow or by Adnan
Published on 2010-03-28T03:13:31Z Indexed on 2010/03/28 3:23 UTC
Read the original article Hit count: 211

Filed under:
|

Hi

I need some advice regarding multiple records. I have a table with fields username,*message* and message_to. the scenario could be of sending same message to multiple users in a go. What do you suggest? will it be efficient to save all recipients in a single column with comma separated values or I add multiple entries ?

Thanks

/A

© Stack Overflow or respective owner

Related posts about database-design

Related posts about rdbms