function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
adamgadamg 

Welcome to the AppExchange Directory board

This forum is for any and all questions related to sharing AppExchange apps and the AppExchange directory, including questions about the listing process/requirements, managing your listings, or the directory itself.
ranirani
Can you provide an equalent SOQL statement for the below SQL Statement.
 
Select
Account.Id, abc__c.Account__c
Where
Account.Id = abc__c.Account__c and
(Account.SystemMobStamp >= some date or abc__c.SystemModStamp >= some date)
 
Your Help is Appreciated.