Hi there,
I have one table which has 3 cols.
- user id
- details
- value
EXAMPLE
PK userid DETAILS VALUE
1 1 basics name1
2 1 privileges some details
3 2 basics name2
4 2 privileges some details
5 3 basics name3
6 3 privileges some details
but when i make a look up and use “group by” userid then i dont have all the details all together when using group by.
Is there a way of achieving that please
Thanks for all the help,
Regards
Jerome