There is a table of "phrases" with a field of "phrases". There is a table "filter" with the field "word". (figuratively all in Russian)
How to make a selection of phrases that begin with "D", so that phrases that match any of the words in the "filter" table are excluded from this list of phrases.
select the phrase from the phrase where the phrase like 'Re%' .... and how to screw the filter?