MySQL Stored procedure – Split Delimited string into Rows
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…
Browsing Category
MySQL related blog posts with scripts