The LIKE pattern is incompatible with IGNORE CASE Explanation: The use of column names as the pattern string cannot be supported if IGNORE CASE is also choosen. User Action: Use UPPER or LOWER functions to translate the source string into a consistent case before rather than having LIKE ignore case.