I'm not quite sure how to pull all records that have not been updated from within 10 minutes + 30 days.
Hello,
I'm not quite sure how to pull all records from within 10 minutes + 30 days. So if a record hasn't been updated 30 days + 10 minutes from the date and time of now is what I'm looking for.
SELECT record_ID
FROM users
WHERE date_added <= 30 days + 10 minutes