Sample Query:
SELECT Id, Name__c, AirDate__c FROM Advertisements__x WHERE Name__c LIKE '%Early%'
here Advertisements__x is an External object.
Cheers!!!
SELECT Id, Name__c, AirDate__c FROM Advertisements__x WHERE Name__c LIKE '%Early%'
here Advertisements__x is an External object.
Cheers!!!
No comments:
Post a Comment