MySQL将一个字段中以逗号分隔的取出来形成新的字
网络编程 2021-07-05 14:37www.168986.cn编程入门
这篇文章主要介绍了MySQL将一个字段中以逗号分隔的取出来形成新的字段实现,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们狼蚁网站SEO优化随着长沙网络推广来一起学习学习吧
1例如要把如图1的字段拆分图2
select aount_id, substring_index(substring_index(a.related_shop_ids,',' ,b.help_ic_id+1),',',-1) shopid from sales_hang_aount a join mysql.help_ic b on b.help_ic_id < (length(a.related_shop_ids) - length(replace(a.related_shop_ids,',',''))+1) order by a.aount_id
2然后和shops表进行连接查询取出我们需要的字段,我这里需要取出name
select s.`name` as shopname,a.aount_id from shops s inner JOIN ( select aount_id, substring_index(substring_index(a.related_shop_ids,',' ,b.help_ic_id+1),',',-1) shopid from sales_hang_aount a join mysql.help_ic b on b.help_ic_id < (length(a.related_shop_ids) - length(replace(a.related_shop_ids,',',''))+1) order by a.aount_id)a on s.shop_id=a.shopid
3:将 aount_id相同合并成一行,以逗号隔开
//这两个是网上的例子 select ID,group_concat(NAME) as NAME from table group by ID; select ID,group_concat(NAME SEPARATOR ';') as NAME from a group by ID; //借助上面两个参考 select aount_id,GROUP_CONCAT(shopname SEPARATOR',')as shopname from (select s.`name` as shopname,a.aount_id from shops s inner JOIN ( select aount_id, substring_index(substring_index(a.related_shop_ids,',' ,b.help_ic_id+1),',',-1) shopid from sales_hang_aount a join mysql.help_ic b on b.help_ic_id < (length(a.related_shop_ids) - length(replace(a.related_shop_ids,',',''))+1) order by a.aount_id)a on s.shop_id=a.shopid) a GROUP BY aount_id
效果如下
第二种方法
select g.aount_id,g.related_shop_ids,GROUP_CONCAT(s.name)as shopname from sales_hang_aount g left join shops s on FIND_IN_SET(s.shop_id , g.related_shop_ids) GROUP BY g.aount_id
SqlServer
[Product] -- 该字段存储格式为 7,8,9,11,10,12 ,数据类型为nvarchar select id,ProductName=stuff((select ',' + product_chinaname from base_supplier_product where charindex(','+ltrim(productid)+',',','+ Product + ',') > 0 for xml path('') ), 1, 1, '') FROM base_Pre_sale_project
结果
到此这篇关于MySQL将一个字段中以逗号分隔的取出来形成新的字段实现的文章就介绍到这了,更多相关MySQL字段逗号分隔内容请搜索狼蚁SEO以前的文章或继续浏览狼蚁网站SEO优化的相关文章希望大家以后多多支持狼蚁SEO!
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程