MYSQL FIND_IN_SET Multiple Value
MYSQL FIND_IN_SET Multiple Value Syntax FIND_IN_SET(pattern, strlist) FIND_IN_SET('wings', 'tacos,wings,roast,etc') FIND_IN_SET returns the index position of the search string if matched otherwise returns 0 or NULL if the field is an empty…
