Split column string into multiple columns strings

前端 未结 2 1275
盖世英雄少女心
盖世英雄少女心 2021-01-26 14:22

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

2条回答
  •  感情败类
    2021-01-26 14:53

    You could make use of String functions (particularly substr) in mysql: http://dev.mysql.com/doc/refman/5.0/en/string-functions.html

提交回复
热议问题