mysql find_in_set 适用于以下场景:

select * from db where find_in_set("***", strlist);

***:不以“,”开头的字符串

strlist:以“,”分隔的字符串。