Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Select Id,Name,CreatedDate,LastModifiedDate From Account Where CreatedDate >= Last_N_YEARS:2 and LastMOdifiedDate
You can use below query to get the records created over 2 years then loop on that query and check that createdDate == lastmodified date.