I have a 'person' table with an accountname column and a firstname column. I need to find all person records where accountname does not contain firstname. I cannot use not equal since some part of the account name will contain the firstname. For example: accountname ABC, Inc and firstname ABC would not be returned in the results but ABC, Inc. and Bob would. Any help is appreciated. |