Issue with the GROUP BY clause using ArcGIS PRO 2.4.2 I have a layer and I am attempting to find the most recent occurrence of a phenomenon in each county. I have attempted to use a SQL expression in the Select by Attributes tool. Since SELECT * FROM
WHERE is implied, I have entered...ALARM_DATE =(SELECT MAX(ALARM_DATE)FROMCountyOccurrences_firep18_1_A_1000acres)GROUP BYCOUNTY_NAMEEverything above GROUP BY is valid, but when used on its own just returns the most recent observations in the table. I would like the most recent observations from each county, hence the GROUP BY. However, whenever I add the GROUP BY clause, and attempt to either run it or validate, Pro immediately crashes. Looking for feedback on what's going on, as well as a workaround to perform the selection I want. Thanks