Parsing Text Strings
Posted: Wed Dec 21, 2011 11:35 am
I have a field of data that looks like this
12 | 20 | important_text_here
I want to place the above text into to separate fields in the DB using the " | " as a divider
12 | 20 | important_text_here
I want to place the above text into to separate fields in the DB using the " | " as a divider