Split column string into multiple columns strings

前端 未结 2 854
不知归路
不知归路 2021-01-26 14:33

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:48

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

提交回复
热议问题