标签:class 导致 合并 similar sele 避免 size 大致 null
select c.questionid from
(select a.questionid, b.clientQuestion from
similarquestion a inner join kfrobotaidlog b
on a.question=b.question
where b.questionUid is not null
union
select questionid,question from similarquestion) c
group by c.questionid having count(c.questionid)>6
使用问题标题去查找,避免因为问题进行了合并而导致丢失
后续等问题库大致完善了,再根据questionid去整合
标签:class 导致 合并 similar sele 避免 size 大致 null
原文地址:https://www.cnblogs.com/yjybupt/p/10370046.html