MySQL group_concat with where clause
I got this problem with Group_Concat and a where filter. In my table i got module names which are linked to a client. I want to search clients by module name, but in the group concat i still want to see all modules that are owned by the client. currently it will display all clients with those modules, but it will only display that specific module. I can't figure out how to make them both work together. Any suggestions on how to get my expected result?? These are some basic tables and the query i tried along with results i get and the result i really wanted Client +--------------------+ | id |