I want to extract the substrings from a string in MySQL. The string contains multiple substrings separated by commas(\',\'). I need to extract these substrings using any MyS
Check the use of SPLIT_STR function here at line 64 to 69