I have a row in my database that has a string with lots of different information.
For example if my row is notes and each row contains something like: a|b|c how do I put each into a separate column and name each of the columns? I was just using substring but the information that has to be separated has different starting positions
edit: Table notes
Column notes, each row contains something like"Address: 123 main st | name: bob | Date: 1/1/2012" I need each item in its own column and labeled accordingly. The | is actually in the row to break up the data.