I am trying to get all the Fire Incidents that occurred today.
dispatch_date = CURRENT_DATE()
Does not work in ArcGIS Pro. What am I doing wrong here?
Thank you,
Mele
Solved! Go to Solution.
In SQL this works dispatch_date >= CONVERT(date, GETDATE())
dispatch_date is on or after CURRENT_DATE()
Thank you. Does that go in SQL view? That didn't work there. Nor here
In SQL this works dispatch_date >= CONVERT(date, GETDATE())