Skip to main content
Query

Select Id,History_Id__c,Candidate_Id__c,Name,New_Value__c,Old_Value__c,Operation_type__c from Candidates_History__c where New_Value__c != Old_Value__c;

    }

Error :

FATAL_ERROR System.QueryException: expecting a colon, found 'Old_Value__c'

Please Help me to fix this issue

 
3 件の回答
  1. 2021年2月24日 14:01
    Thanks Vinay,

    But After Changing that one now i'm getting

    FATAL_ERROR System.QueryException: Variable does not exist: Old_Value__c

     
0/9000