ЛХ
Size: a a a
IZ
ЛХ
IZ
IZ
IZ
ЛХ
IZ
IZ
IZ
IZ
ЛХ
IZ
SELECT
id
FROM phrases_ids
Order by PHRASE_SIMILARITY(pure_phrase, question) desc
Limit 1
TT
select hr2.id
from hotel_rooms hr2
join check_in_hotel c on hr2.id = c.room_id
where hr2.id = hr.id
and ? = hr2.seat_count
S
select hr2.id
from hotel_rooms hr2
join check_in_hotel c on hr2.id = c.room_id
where hr2.id = hr.id
and ? = hr2.seat_count
DE
select hr2.id
from hotel_rooms hr2
join check_in_hotel c on hr2.id = c.room_id
where hr2.id = hr.id
and ? = hr2.seat_count