Home > Mobile >  Improve SQL: NOT LIKE being repeated 3 times to filter out 3 different strings
Improve SQL: NOT LIKE being repeated 3 times to filter out 3 different strings

Time:06-30

I am new at SQL so any help is appreciated. How can I improve on the following conditions in my where clause:

AND Upper(customer_name) NOT LIKE Upper('           
  • Related