I\'m trying to write a Select statement where I can see if one column is like part of another.
tblNames ID FullName FirstName 1 Mr.
Reverse the where, to something like this:
Fullname not like '%' + FirstName + '%'