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?
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?
STUFFfunction actually does or b) ask the actual question for the problem you have (which appears to be splitting CSV data into separate rows) - who cares what function is used to solve it?