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
WHERE NOT (someColumn LIKE '%Apples%')