I have a stored procedure I want to use Wildcard search in FIND_IN_SET
AND IF(ipc IS NOT NULL,FIND_IN_SET(b.ipc_class_symbol, ipc),1=1));
ipc is varchar like "F03D, F02D", etc I want to search in "F03D%, F02D%" which is not giving any results. How to solve this problem?