码迷,mamicode.com
首页 > 其他好文 > 详细

将逗号分割的列,变成多列

时间:2017-11-04 18:09:01      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:mysq   topic   sel   rom   sele   mys   substring   _id   length   

SELECT substring_index(substring_index(t.delid,‘,‘, b.help_topic_id + 1), ‘,‘, -1)

FROM (SELECT su.* FROM sys_user su ) t

join mysql.help_topic b ON b.help_topic_id < (LENGTH(t.delid) - LENGTH(REPLACE(t.delid, ‘,‘, ‘‘)) + 1)

将逗号分割的列,变成多列

标签:mysq   topic   sel   rom   sele   mys   substring   _id   length   

原文地址:http://www.cnblogs.com/sg9527/p/7783610.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!