youTableName ytn JOIN mysql.help_topic b ON b.help_topic_id < ( LENGTH(ytn.`xxx_id`) - LENGTH( REPLACE (ytn.`xxx_id`, ' , ' , '' )) + 1

DISTINCT:去重复操作

ytn.`xxx_id`:表别名.需要拆分的字段名

youTableName ytn:表名 别名

help_topic:自增长表