In T-SQL, how would you check if a string doesn\'t contain another string?
I have an nvarchar which could be \"Oranges Apples\".
nvarchar
I would like to do
Use this as your WHERE condition
WHERE CHARINDEX('Apples', column) = 0