<?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: Using Wildcard in select by attributes in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/using-wildcard-in-select-by-attributes/m-p/1173150#M55075</link>
    <description>&lt;P&gt;FIPS numbers are text, and that’s the only type of field where '%' works. Do the other fields contain text representations of numbers or actual numbers? If the latter you need comparisons like VACANT &amp;gt;= 2000 AND VACANT &amp;lt; 3000.&lt;/P&gt;&lt;P&gt;— Andy&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 02:02:14 GMT</pubDate>
    <dc:creator>AndyAnderson</dc:creator>
    <dc:date>2022-05-12T02:02:14Z</dc:date>
    <item>
      <title>Using Wildcard in select by attributes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-wildcard-in-select-by-attributes/m-p/1173146#M55074</link>
      <description>&lt;P&gt;I'm trying to use the % wildcard in select by attributes using SQL. It's a simple query. When I use it with a FIPS number it works but for some reason other fields with other numbers don't work. Every time I get&amp;nbsp;ERROR 000358: Invalid expression.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the SQL expression: VACANT LIKE '2%'&lt;/P&gt;&lt;P&gt;I'm just looking for the numbers that are in the 2000s.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 01:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-wildcard-in-select-by-attributes/m-p/1173146#M55074</guid>
      <dc:creator>DanRichert</dc:creator>
      <dc:date>2022-05-12T01:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using Wildcard in select by attributes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-wildcard-in-select-by-attributes/m-p/1173150#M55075</link>
      <description>&lt;P&gt;FIPS numbers are text, and that’s the only type of field where '%' works. Do the other fields contain text representations of numbers or actual numbers? If the latter you need comparisons like VACANT &amp;gt;= 2000 AND VACANT &amp;lt; 3000.&lt;/P&gt;&lt;P&gt;— Andy&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 02:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-wildcard-in-select-by-attributes/m-p/1173150#M55075</guid>
      <dc:creator>AndyAnderson</dc:creator>
      <dc:date>2022-05-12T02:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using Wildcard in select by attributes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-wildcard-in-select-by-attributes/m-p/1173151#M55076</link>
      <description>&lt;P&gt;Ah that makes sense. I didn't check and compare data types. I just created a new field and populated it with the VACANT field and then changed it to a text data type and then the wildcard search worked!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for getting back to me so quickly and for the helpful feedback!&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 02:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-wildcard-in-select-by-attributes/m-p/1173151#M55076</guid>
      <dc:creator>DanRichert</dc:creator>
      <dc:date>2022-05-12T02:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using Wildcard in select by attributes</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/using-wildcard-in-select-by-attributes/m-p/1173441#M55101</link>
      <description>&lt;P&gt;Creating a new field, or even casting to TEXT is unnecessary.&amp;nbsp; If the numbers are integers, you can rely on basic integer math to find all numbers within the 2000 range:&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;VACANT / 1000 = 2&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 12 May 2022 16:51:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/using-wildcard-in-select-by-attributes/m-p/1173441#M55101</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2022-05-12T16:51:19Z</dc:date>
    </item>
  </channel>
</rss>

