Skip to content
Advertisement

using condition for Group_Concat

I want to find all ids of which group_concat only contains ‘a’. Here is simplified table from mine.

And the table below is what I want to achieve.

And this is the query statement I am trying to use.

Thanks in advance

Advertisement

Answer

Try this:

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement