What is the SQL used to do a search similar to “Related Questions” on Stackoverflow

前端 未结 8 2193
傲寒
傲寒 2020-12-30 16:08

I am trying to implement a feature similar to the "Related Questions" on Stackoverflow.

How do I go about writing the SQL statement that will search the Tit

8条回答
  •  余生分开走
    2020-12-30 16:41

    The SQL very well may be just "SELECT * FROM questions;". I find it hard to imagine that the algorithm for finding similar questions is implemented in SQL.

提交回复
热议问题