mysql分号分割开字段。拆分-成都创新互联网站建设

关于创新互联

多方位宣传企业产品与服务 突出企业形象

公司简介 公司的服务 荣誉资质 新闻动态 联系我们

mysql分号分割开字段。拆分

问题-: MySQL如何进行以,分割的字符串的拆分
分割开逗号 分号的字段。其他字段自动补齐。

成都创新互联主营信丰网站建设的网络公司,主营网站建设方案,App定制开发,信丰h5成都微信小程序搭建,信丰网站营销推广欢迎信丰等地区企业咨询

https://blog.csdn.net/u012009613/article/details/52770567


 SELECT s.* from (
SELECT t.ID,t.time_old,
    substring_index( substring_index( t.all_content, ';', b.help_topic_id + 1 ), ';', -1 ) content_split
-- t.* 
FROM
    excel_lvli t
    JOIN mysql.help_topic b ON b.help_topic_id < ( LENGTH( t.all_content ) - LENGTH( REPLACE ( t.all_content, ';', '' ) ) + 1 )
and t.all_content like '%;%'
and t.all_content like '%画了许多%' 
) s 
WHERE  LENGTH(s.content_split) >0 ;

SELECT
    substring_index( substring_index( t.context, ',', b.help_topic_id + 1 ), ',', - 1 ) 
FROM
    test.test t
    JOIN mysql.help_topic b ON b.help_topic_id < ( LENGTH( t.context ) - LENGTH( REPLACE ( t.context, ',', '' ) ) + 1 );

实现出来的效果。 :

mysql分号分割开字段。拆分


名称栏目:mysql分号分割开字段。拆分
转载注明:http://kswsj.cn/article/pdspjh.html

其他资讯