拆分为单字是必须的,然后,查询单字的一条中出现的次数,综合做排序
例如
select LENGTH(demo.name) - LENGTH(REPLACE (demo.name, '猪', '')) from demo where 1