You need to sign in to do that
Don't have an account?
shill
Query support for "Not Like" operator
Hello,
I know that I can have a query in the API that searches for wild card matches:
Select AnnualRevenue, City, Company, Country, Email, HasOptedOutOfEmail, Fax, FirstName, Name, Id, LeadSource, MobilePhone, Phone, Rating, Salutation, State, Status, Street, Title, Website, PostalCode, Owner.Name From Lead where LastModifiedDate>=2008-03-04T22:24:39Z AND Email like 'a%'
Is there any support for a "Not Like" operator? Something like the following:
Select AnnualRevenue, City, Company, Country, Email, HasOptedOutOfEmail, Fax, FirstName, Name, Id, LeadSource, MobilePhone, Phone, Rating, Salutation, State, Status, Street, Title, Website, PostalCode, Owner.Name From Lead where LastModifiedDate>=2008-03-04T22:24:39Z AND Email not like 'a%'
I know this specicif example doesn't work in the API, but I was wondering if there was a way to do something like this.
Thank you,
Scott
All the operators are detailed in the section on SOQL in the API docs.