<?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>topic Re: Query 2 Tables Inner Joins in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/query-2-tables-inner-joins/m-p/536332#M30373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of ArcGIS are you using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 15:11:49 GMT</pubDate>
    <dc:creator>LanceShipman</dc:creator>
    <dc:date>2012-12-03T15:11:49Z</dc:date>
    <item>
      <title>Query 2 Tables Inner Joins</title>
      <link>https://community.esri.com/t5/data-management-questions/query-2-tables-inner-joins/m-p/536331#M30372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 2 stand alone tables in the File Geodatabase. (Test_SignStandalone_3 and Test_SignHistorical_3)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to select and delete the duplicate records in one table (Test_SignHistorical_3) where they match the other table (Test_SignStandalone_3) via numerous fields....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I exported the data out to Access and was able to run the SQL Query below and was successful...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT Test_SignStandalone_3.* &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM Test_SignHistorical_3 INNER JOIN Test_SignStandalone_3 ON (Test_SignHistorical_3.NewSupID = Test_SignStandalone_3.New_SupID) AND (Test_SignHistorical_3.NOTES = Test_SignStandalone_3.NOTES) AND (Test_SignHistorical_3.CONDITION = Test_SignStandalone_3.CONDITION) AND (Test_SignHistorical_3.WORK_ORDER_NUMBER = Test_SignStandalone_3.WORK_ORDER) AND (Test_SignHistorical_3.WHY = Test_SignStandalone_3.WHY) AND (Test_SignHistorical_3.WHO = Test_SignStandalone_3.WHO) AND (Test_SignHistorical_3.COMPLETED = Test_SignStandalone_3.COMPLETED) AND (Test_SignHistorical_3.ACTIVITY = Test_SignStandalone_3.ACTIVITY) AND (Test_SignHistorical_3.SHEETING_M = Test_SignStandalone_3.SHEETING_M) AND (Test_SignHistorical_3.WHEN_STARTED = Test_SignStandalone_3.WHEN_STARTED) AND (Test_SignHistorical_3.WHEN_ENDED = Test_SignStandalone_3.WHEN_ENDED) AND (Test_SignHistorical_3.New_SignID = Test_SignStandalone_3.New_SignID);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is how to I accomplish this in ArcGIS and my File Geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 13:15:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/query-2-tables-inner-joins/m-p/536331#M30372</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2012-12-03T13:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Query 2 Tables Inner Joins</title>
      <link>https://community.esri.com/t5/data-management-questions/query-2-tables-inner-joins/m-p/536332#M30373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of ArcGIS are you using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 15:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/query-2-tables-inner-joins/m-p/536332#M30373</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2012-12-03T15:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query 2 Tables Inner Joins</title>
      <link>https://community.esri.com/t5/data-management-questions/query-2-tables-inner-joins/m-p/536333#M30374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;10.0&amp;nbsp; not ready to move to 10.1 yet due to conflict with another software.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 15:59:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/query-2-tables-inner-joins/m-p/536333#M30374</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2012-12-03T15:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Query 2 Tables Inner Joins</title>
      <link>https://community.esri.com/t5/data-management-questions/query-2-tables-inner-joins/m-p/536334#M30375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried this with File Geodatabase? We added INNER JOIN at 10.0. You have to use code and an IQueryDef.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 16:53:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/query-2-tables-inner-joins/m-p/536334#M30375</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2012-12-03T16:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Query 2 Tables Inner Joins</title>
      <link>https://community.esri.com/t5/data-management-questions/query-2-tables-inner-joins/m-p/536335#M30376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;seems like this is far more challenging than it should be.&amp;nbsp; Lacking some serious DB tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;couple minutes out of something like Access...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Think I am going to import into FGDB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Create a field&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Go into Access and run the query and update the records that match my query&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Go back into GIS and delete those records.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 18:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/query-2-tables-inner-joins/m-p/536335#M30376</guid>
      <dc:creator>JayKappy</dc:creator>
      <dc:date>2012-12-03T18:35:27Z</dc:date>
    </item>
  </channel>
</rss>

