I have a entry in the table that is a string which is delimited by semicolons. Is possible to split the string into separate columns? I\'ve been looking online and at stackoverf
You could make use of String functions (particularly substr) in mysql: http://dev.mysql.com/doc/refman/5.0/en/string-functions.html