I'm trying to figure out a way to query feature classes based on the 'last_edited_date' field so that it shows features that were edited yesterday.
So for today (5/18/2021), anything that has 5/17/2021 in the last_edited_date field regardless of time. And for tomorrow, anything that has 5/18/2021.
I've been trying to use the 'CURRENT_DATE' function in SQL, but that doesn't seem to be working.
Any help is appreciated.