Daniel
Daniel

Reputation: 9

How to use NOT LIKE in SQL with a string of words

I am having trouble excluding text in a field that starts with "Community Launch". I am using the code:

rp.project_name NOT LIKE 'Community Launch%'

but this is removing any text that also has Community in it. I need for it to remove text that starts with Community Launch.

I have tried different variations and searched, but I am unable to resolve.

Upvotes: 0

Views: 77

Answers (0)

Related Questions