码迷,mamicode.com
首页 > 数据库 > 详细

mysql-炸裂函数的实现

时间:2020-08-17 16:55:17      阅读:121      评论:0      收藏:0      [点我收藏+]

标签:index   函数   http   img   replace   ima   sql   sub   sel   

 

SELECT
    substring_index(substring_index(a.chain,_,b.help_topic_id + 1    ),    _ ,- 1    ) AS ID
FROM
    (select 1_11_1223_1242 as chain) a  
JOIN mysql.help_topic b ON b.help_topic_id <
(length(a.chain) - length( replace(a.chain, _, ‘‘)  ) + 1)

 

技术图片

 

mysql-炸裂函数的实现

标签:index   函数   http   img   replace   ima   sql   sub   sel   

原文地址:https://www.cnblogs.com/star521/p/13500746.html

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