You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correct syntax is NOT Field__c LIKE 'value'.
Please either remove the SOQL.Operator.IS_NOT_LIKE operator or leave it as syntactic sugar, but with correct syntax, possibly as the negation of LIKE by making filters recursive and implementing the NOT operator (#53).
The text was updated successfully, but these errors were encountered:
TrangOul
changed the title
There is no NOT LIKE operator
There is no NOT LIKE operator in SOQL
Aug 13, 2024
There is no
NOT LIKE
operator in SOQL.The following fails on the query:
The correct syntax is
NOT Field__c LIKE 'value'
.Please either remove the
SOQL.Operator.IS_NOT_LIKE
operator or leave it as syntactic sugar, but with correct syntax, possibly as the negation ofLIKE
by making filters recursive and implementing theNOT
operator (#53).The text was updated successfully, but these errors were encountered: