ЛХ

Size: a a a
ЛХ
IZ
IZ
IZ
IZ
SELECT
id, PHRASE_SIMILARITY(pure_phrase, question) AS similarity
FROM phrases_ids
Order by PHRASE_SIMILARITY(pure_phrase, question) desc
Limit 1
SELECT
id, PHRASE_SIMILARITY(pure_phrase, question) AS similarity
FROM phrases_ids
Where PHRASE_SIMILARITY(pure_phrase, question) > 0.7
S
SELECT
id, PHRASE_SIMILARITY(pure_phrase, question) AS similarity
FROM phrases_ids
Order by PHRASE_SIMILARITY(pure_phrase, question) desc
Limit 1
SELECT
id, PHRASE_SIMILARITY(pure_phrase, question) AS similarity
FROM phrases_ids
Where PHRASE_SIMILARITY(pure_phrase, question) > 0.7
S
SELECT
id, PHRASE_SIMILARITY(pure_phrase, question) AS similarity
FROM phrases_ids
Order by PHRASE_SIMILARITY(pure_phrase, question) desc
Limit 1
SELECT
id, PHRASE_SIMILARITY(pure_phrase, question) AS similarity
FROM phrases_ids
Where PHRASE_SIMILARITY(pure_phrase, question) > 0.7
S
====================================================
IZ
IZ
ЛХ
ЛХ
ЛХ
id IN (SELECT question_id FROM question_answer)
ЛХ
IZ
IZ
ЛХ