Sorry about the title but the question is hard to sumarize. I am dealing with a poorly constructed database and came across a table that has multiple records on the same column, something like this:
| Column Header |
Record1; Record2; Record3
I wanted to ask if there is any way in SQL to separate those records using the ;
as a separator. I ask this because remaking the database isn't an option at the moment.