Dear friends,

This is my table tblGroups

intGroupId intUserId

1 1,2,3

2 1,3

3 2,3,4



In this table i need to get intGroupId that where intUserId=2. That is "select intGroupId from tblGroups where intUserId=2."

This query is possible to get intGroupId from the above table. I need this one. What query is possible to get the id.

Hope yours reply.

Thanks

Ashok