Can I split up the values from one text field into multiple text fields?

Posted by spencewah on Stack Overflow See other posts from Stack Overflow or by spencewah
Published on 2010-06-07T01:08:17Z Indexed on 2010/06/07 1:12 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

I have a text field that stores a combination of three values, ':' delimited. (looks like A:B:C).

I'd like to split those values into three actual columns in the table, but I'm not sure of the best way to go about doing this. I'm using sqlite3, any help super appreciated!

© Stack Overflow or respective owner

Related posts about sql

Related posts about sqlite