Hi,
This is an unusual problem I have..
I have a field named "recipient_userids" where I store ids of users in a comma separated form,
sucha as "3323,5543,53,3235,23"
Now I want to select records from db, which matches a particular userid in "recipient_userids".
such as.. If I want to retrieve a record that has 53 in "recipient_userids" how do I do it?
I tried LIKE, IN syntax, but not doing the job.
OR is there a way to do it please share.