<?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: Quick search for a certain character within an field. in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/quick-search-for-a-certain-character-within-an/m-p/8639#M311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select by attributes &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/using-select-by-attributes.htm" title="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/using-select-by-attributes.htm"&gt;Using Select By Attributes—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;with the wildcard thing &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/building-a-query-expression.htm" title="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/building-a-query-expression.htm"&gt;Building a query expression—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;YourField like 'A%'&lt;/P&gt;&lt;P&gt;but type as little as possible, select the fields, the operands, where possible and ensure there are spaces as shown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2016 20:35:32 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-05-19T20:35:32Z</dc:date>
    <item>
      <title>Quick search for a certain character within an field.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quick-search-for-a-certain-character-within-an/m-p/8638#M310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done this before, but it has been a while. I have a point shape file. I want to search for the "feature code" field that has the letter "A" in it.&amp;nbsp; Can someone remind me how to do that? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 18:40:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quick-search-for-a-certain-character-within-an/m-p/8638#M310</guid>
      <dc:creator>MikeHenson</dc:creator>
      <dc:date>2016-05-19T18:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Quick search for a certain character within an field.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quick-search-for-a-certain-character-within-an/m-p/8639#M311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select by attributes &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/using-select-by-attributes.htm" title="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/using-select-by-attributes.htm"&gt;Using Select By Attributes—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;with the wildcard thing &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/building-a-query-expression.htm" title="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/building-a-query-expression.htm"&gt;Building a query expression—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;YourField like 'A%'&lt;/P&gt;&lt;P&gt;but type as little as possible, select the fields, the operands, where possible and ensure there are spaces as shown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 20:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quick-search-for-a-certain-character-within-an/m-p/8639#M311</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-19T20:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Quick search for a certain character within an field.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quick-search-for-a-certain-character-within-an/m-p/8640#M312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;YourField LIKE 'A%'
SUBSTRING(YourField FROM 1 FOR 1) = 'A'&lt;/PRE&gt;&lt;P&gt;YourField starts with (capital) A&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;YourField LIKE '%A%'&lt;/PRE&gt;&lt;P&gt;YourField contains (capital) A&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;UPPER(YourField) LIKE '%A%'&lt;/PRE&gt;&lt;P&gt;YourField contains 'A' or 'a'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:21:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quick-search-for-a-certain-character-within-an/m-p/8640#M312</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-10T20:21:03Z</dc:date>
    </item>
  </channel>
</rss>

