<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Select duplicate rows in FGDB attribute table using SQL in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/select-duplicate-rows-in-fgdb-attribute-table/idi-p/1307353</link>
    <description>&lt;P&gt;&lt;EM&gt;Edited.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;As far as I know, there isn't a way to select rows in a file geodatabase attribute table where there are duplicates in a certain column.&amp;nbsp;The docs say&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-query-for-duplicate-records-in-a-feature-class-t-000006708#:~:text=data%20stored%20in-,file%20geodatabase,-or%20shapefile%20formats" target="_self"&gt;it can't be done using SQL&lt;/A&gt; since FGDB SQL is limited. Could FGDB SQL be enhanced?&lt;/P&gt;&lt;P&gt;I'm aware of the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/find-identical.htm" target="_self"&gt;Find Identical (Data Management)&lt;/A&gt; geoprocessing tool. But I think that tool creates a separate table. Whereas I want to select rows in the attribute table.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2024 13:49:18 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2024-06-17T13:49:18Z</dc:date>
    <item>
      <title>Select duplicate rows in FGDB attribute table using SQL</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/select-duplicate-rows-in-fgdb-attribute-table/idi-p/1307353</link>
      <description>&lt;P&gt;&lt;EM&gt;Edited.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;As far as I know, there isn't a way to select rows in a file geodatabase attribute table where there are duplicates in a certain column.&amp;nbsp;The docs say&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-query-for-duplicate-records-in-a-feature-class-t-000006708#:~:text=data%20stored%20in-,file%20geodatabase,-or%20shapefile%20formats" target="_self"&gt;it can't be done using SQL&lt;/A&gt; since FGDB SQL is limited. Could FGDB SQL be enhanced?&lt;/P&gt;&lt;P&gt;I'm aware of the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/find-identical.htm" target="_self"&gt;Find Identical (Data Management)&lt;/A&gt; geoprocessing tool. But I think that tool creates a separate table. Whereas I want to select rows in the attribute table.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 13:49:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/select-duplicate-rows-in-fgdb-attribute-table/idi-p/1307353</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-06-17T13:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select duplicate rows in FGDB attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/select-duplicate-rows-in-fgdb-attribute-table/idc-p/1307375#M25641</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/351335"&gt;@Bud&lt;/a&gt;&amp;nbsp;- see the Data Reviewer Extension "checks".&lt;/P&gt;&lt;P&gt;ArcGIS Pro:&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/validating-data/duplicate-feature.htm" target="_blank" rel="noopener"&gt;Duplicate Feature—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/validating-data/an-overview-of-data-reviewer-checks-in-arcgis-pro.htm" target="_blank" rel="noopener"&gt;ArcGIS Data Reviewer checks—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ArcMap:&lt;BR /&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/extensions/data-reviewer/finding-duplicate-geometry.htm" target="_blank" rel="noopener"&gt;Finding duplicate geometry—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/extensions/data-reviewer/an-overview-of-running-data-checks.htm" target="_blank" rel="noopener"&gt;An overview of running data checks—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="Community.esri.com - ArcGIS Data Reviewer" href="https://community.esri.com/t5/arcgis-data-reviewer/ct-p/arcgis-data-reviewer" target="_blank" rel="noopener"&gt;Community.esri.com - ArcGIS Data Reviewer&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 18:37:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/select-duplicate-rows-in-fgdb-attribute-table/idc-p/1307375#M25641</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-07-11T18:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select duplicate rows in FGDB attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/select-duplicate-rows-in-fgdb-attribute-table/idc-p/1307396#M25646</link>
      <description>&lt;P&gt;Good idea!&lt;/P&gt;&lt;P&gt;I have a way of doing this with Python, but of course that's a lot more complicated than simply being able to perform a selection.&amp;nbsp; You use an arcpy Update Cursor, add each row's value for that field to a list if the value is not in the list already, and if it is in the list, then you put a value in a different field to indicate that it's a duplicate value.&amp;nbsp; Like, the field could be "Duplicate" and the value you enter for that row would be "yes."&amp;nbsp; Then later you can select all the rows that have "yes."&amp;nbsp; That wouldn't select the first row that had the duplicate value, but I know it would be possible to do that, with different use of the value list or what you put into the "Duplicate" field.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 18:33:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/select-duplicate-rows-in-fgdb-attribute-table/idc-p/1307396#M25646</guid>
      <dc:creator>AllenDailey1</dc:creator>
      <dc:date>2023-07-11T18:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select duplicate rows in FGDB attribute table using SQL</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/select-duplicate-rows-in-fgdb-attribute-table/idc-p/1610458#M34642</link>
      <description>&lt;P&gt;Related:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/gp-tool-to-populate-count-field-with-count-of/idi-p/1609370" target="_self"&gt;GP tool to populate COUNT field with count of attribute occurrences&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 16:04:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/select-duplicate-rows-in-fgdb-attribute-table/idc-p/1610458#M34642</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2025-04-30T16:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select duplicate rows in FGDB attribute table using SQL</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/select-duplicate-rows-in-fgdb-attribute-table/idc-p/1640485#M35785</link>
      <description>&lt;P&gt;same question.&amp;nbsp; &amp;nbsp;Reason we might want selection or Definition Query, is that it stays updated. (FYI selection does&amp;nbsp;&lt;EM&gt;not&lt;/EM&gt; stay updated)&amp;nbsp; So an app with a service could track duplicate inputs for example.&amp;nbsp; I too am well aware of Find Identical, and various ways in python to do this.&amp;nbsp; Not the same thing.&amp;nbsp; Don't want an extra field, either.&amp;nbsp; &amp;nbsp; SQL with SSMS and a view could this but I don't have access to SQL Server at my agency unfortunately.&amp;nbsp; There are lots of folks in this boat.&amp;nbsp; &amp;nbsp;IDEA:&amp;nbsp; Add ability to select duplicates and filter in definition query for duplicates (or not duplicates) in Pro&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 19:12:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/select-duplicate-rows-in-fgdb-attribute-table/idc-p/1640485#M35785</guid>
      <dc:creator>Kevin_MacLeod</dc:creator>
      <dc:date>2025-08-08T19:12:44Z</dc:date>
    </item>
  </channel>
</rss>

