Skip to content
Advertisement

Tag: conditional-statements

LIKE group_concat with where clause

i am using Like in group concat & i want to get all modules attached to client even if it does not match to LIKE, i know that that i can do that with HAVING but i don’t want to use HAVING, any solution with WHERE or in join condition ? Any suggestions on how to get my expected result??

Advertisement