Hi,
I like to get list of group members using a single query - Please help me to get a solution.
Here is table structure and data:
id name team
101 A 102,104
102 B 103,105
103 C
104 D
105 E
from the above table data i need to know the selected id's team
for example: to find team of
A we should get the the following result:
id name team
102 B 103,105
104 D
note: data in the field team is stored exactly same as above (i mean using coma separated)
expecting your valuable reply in this regard.
Regards,
Thiru