I am trying to implement splitting of a column into rows based upon a delimiter and I came across this.
Turning a Comma Separated string into individual rows
It describes a solution using SQL. Can anyone suggest a MySQL equivalent of this solution?