MySQL Stored procedure – Split Delimited string into Rows

05/12/2009
MySQL Stored procedure – Split Delimited string into Rows

Listen "MySQL Stored procedure – Split Delimited string into Rows"

Episode Synopsis

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.