阅读背景:

一行拆多行

来源:互联网 
select a.id, a.username, 
substring_index(substring_index(a.course, '|', b.help_topic_id + 1), '|', -1) course  
from student a JOIN mysql.help_topic b 
ON b.help_topic_id < (length(a.course) - length(REPLACE(a.course, '|', '')) + 1);select a.id, a.username, 
substring_index(substr



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: