Ho provato sopra il caso ma non lavoro dalla mia parte. Ho appena modificato la risposta sopra e rimosso> 0, quindi posso vedere l'output previsto.
Puoi provare sotto il codice?
select * from industry_master where find_in_set(industryId, (select group_concat(industryId order by cId SEPARATOR ',')
from network_master where userId = 123 group by userId));