Company table structure:
(`id`=`1`, `name`=`CompanyName`, `members`=`3,52,134,21`)
The numbers in the members
column are the user id's added to this company.
When user with id = 3 OR 52 OR 134 OR 21
is logged in the row above should be returned with a MySQL query.
Is this possible with a query or do I have to edit my table structure?