kfrobotaidlog查找

Posted yjybupt

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了kfrobotaidlog查找相关的知识,希望对你有一定的参考价值。

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去整合

以上是关于kfrobotaidlog查找的主要内容,如果未能解决你的问题,请参考以下文章