SOQL Query for records created between 7am to 8am
select Id, CreatedDate from Account WHERE CreatedDate = TODAY and HOUR_IN_DAY(CreatedDate) >= 7 AND HOUR_IN_DAY(CreatedDate) < 8
Find your content:
You are here
How to query based on time limit in Salesforce?
My Block Status
My Block Content