-
Filtering results with NOT LIKE in Salesforce?
Hi everyone,
I have to query task object to get the rows with subject not starting with ‘Email’ .I have tried the given query. But it is not working . Please suggest.
select status, subject, whatId from task where subject != ‘Email:%’
also, there is nothing like NOT LIKE that I can use.
Thanks in advance
Log In to reply.