This procedure will split a “;” separated column in to new fields preserving ids. This is very specific problem, lets check it with example. Consider a sample table test: And…
The post MySQL Stored procedure – Split Delimited string into Rows first appeared on Change Is Inevitable.