If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am hoping somebody can help me with a small problem i have.
I am trying to split some data in one column in to two others.
E.g. If i have a column called message in my table (smsmsg) I want to split the data in the message column into two others. The data needs to be split around an *.
Sample data this is the message*other message
In this example the text 'this is a message' will go into one column and the text 'other message' will go into another column.