Answer the question
In order to leave comments, you need to log in
How to add a new column to the SELECT value output?
It is necessary to check the correct spelling of "zhi" and "shi". To do this, you need to display all the words where there are "zhi" and "shi" with or without an error. And sign if there is an error. For example, the conclusion:
hedgehogs - right
mice - wrong
reeds - right
Declare @str nvarchar(MAX)
Set @str = 'На поле рос кряжистый дуб. Сапожник работал шылом. Расскажы это правило. Мышы, ежики, ужи, лыжы, лужи, камыши.'
SELECT value FROM STRING_SPLIT(@str, ' ') WHERE value LIKE '%жи%' or value LIKE '%ши%'
SELECT value FROM STRING_SPLIT(@str, ' ') WHERE value LIKE '%жы%' or value LIKE '%шы%'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question