首页 > 数据库技术 > 详细

mysql按分隔符输出多行

时间:2021-05-24 09:27:56      阅读:26      评论:0      收藏:0      [点我收藏+]

SELECT DISTINCT
    substring_index(substring_index(a.value, ‘\n‘, b.help_topic_id + 1), ‘\n‘,- 1) NAME
FROM t_cr_permission a
    JOIN mysql.help_topic b ON b.help_topic_id < (length(a.value) - length(REPLACE(a.value, ‘\n‘, ‘‘)) + 1)
WHERE a.id =1

mysql按分隔符输出多行

原文:https://www.cnblogs.com/tonggc1668/p/14802826.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!