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 respuestas
0/9000