• David Bruce 44
  • NEWBIE
  • 10 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Trying to do the following but not having much luck... is there a way to do this?

 

SELECT Id, Name FROM Account WHERE BillingCity NOT LIKE '%Bentonville%'

 

Thanks.