<?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 Selecting data in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/selecting-data/m-p/4091#M365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to select certain entries of an attribut table that: Where sample Type equals ???AC???, do not include samples where Exc Status equals ???excavated???. Do I have to use some sort of VB Code to do this or can I simply write a definition query of some sorts and select these entries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2011 17:16:16 GMT</pubDate>
    <dc:creator>justinhollenbach</dc:creator>
    <dc:date>2011-08-30T17:16:16Z</dc:date>
    <item>
      <title>Selecting data</title>
      <link>https://community.esri.com/t5/python-questions/selecting-data/m-p/4091#M365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to select certain entries of an attribut table that: Where sample Type equals ???AC???, do not include samples where Exc Status equals ???excavated???. Do I have to use some sort of VB Code to do this or can I simply write a definition query of some sorts and select these entries.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 17:16:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/selecting-data/m-p/4091#M365</guid>
      <dc:creator>justinhollenbach</dc:creator>
      <dc:date>2011-08-30T17:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting data</title>
      <link>https://community.esri.com/t5/python-questions/selecting-data/m-p/4092#M366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should be able to do a query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's how I'd write it in python:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;"TYPE = 'AC' AND ExcStatus != 'excavated'"&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 19:54:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/selecting-data/m-p/4092#M366</guid>
      <dc:creator>RDHarles</dc:creator>
      <dc:date>2011-08-30T19:54:04Z</dc:date>
    </item>
  </channel>
</rss>

