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 we want output as follows: So again I wrote a procedure. Procedure will read a data from “tmp” table and will split data by my_delimiter […]
The post MySQL Stored procedure – Split Delimited string into Rows first appeared on ..::CHANGE is INEVITABLE::...