If I have a column with data type varchar(max) in a table that contains a big piece of text, can I make a connection between a word or a sentence in that text with another word or a sentence in another column with data type varchar(max) in different table?
For example, if I wrote a word in the first column, can I retrieve all sentences that it's mentioned in in another column?
