It would help to have official documentation on how to properly query for blank features in ArcGIS Pro (in definition queries, Select By Attributes, etc.):
See this post for more details: Select features that have blank shapes
The check geometry tool does this quite well:
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/check-geometry.htm
I would consider this to be the official tool for this workflow as you don't generally want to have spatial features without geometry. So it's more a check/repair workflow than a query?
It seems you've submitted this idea in response to a specific problem encountered after an upgrade. If the check/repair geometry tool doesn't cover your issue, or there's more general reasons why you want to have no geometry spatial records, it might be worth expanding your to cover the workflows and use case
@ChristopherCounsell For our notes, the check geometry tool doesn’t support ESRI’s ST_Geometry datatype (for Oracle), which is the datatype I use.
ArcGIS Data Reviewer checks—ArcGIS Pro | Documentation
Methods to implement automated review—ArcGIS Pro | Documentation
Reviewer rules in a geodatabase (attribute rule-based workflows)
Check Geometry—ArcGIS Pro | Documentation
Invalid Geometry Check Explained… (esri.com)
The check returns features that meet one of the following conditions:
1. Nothing
2. Empty
3. Has an empty envelope
4. Not simple
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.