<?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: SQL QUERY for data format in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/sql-query-for-data-format/m-p/326505#M18657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're looking for an RDBMS-specific solution to regular expression matching&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in text fields to see if they conform to date formats, then the appropriate RDBMS &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;vendor's web site will likely be of most assistance.&amp;nbsp; I doubt File Geodatabases&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;support any such SQL function (in which case you'd need to walk the cursor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set on the table and use programming language functions on the text strings).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2013 11:15:19 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-07-25T11:15:19Z</dc:date>
    <item>
      <title>SQL QUERY for data format</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-query-for-data-format/m-p/326501#M18653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create an SQL expression that will test against the data formats that are in a particular field. All the entries in the field should of DATE format. Suggestions are welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 18:07:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-query-for-data-format/m-p/326501#M18653</guid>
      <dc:creator>benberman</dc:creator>
      <dc:date>2013-07-24T18:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: SQL QUERY for data format</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-query-for-data-format/m-p/326502#M18654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are using a file geodatabase then use some thing like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Datefield" = date'2001-06-30 19:30:00'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For other databases the syntax maybe different check out this help page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s500000033000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00s500000033000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 18:12:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-query-for-data-format/m-p/326502#M18654</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-07-24T18:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: SQL QUERY for data format</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-query-for-data-format/m-p/326503#M18655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am aware of how to test against a particular value. I will needing an SQL quert to test against Data FORMAT. Something to the likes of, "date_field" IS NOT FORMAT(DATE)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far, have not found anything. Suggestions welcome.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 18:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-query-for-data-format/m-p/326503#M18655</guid>
      <dc:creator>benberman</dc:creator>
      <dc:date>2013-07-24T18:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: SQL QUERY for data format</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-query-for-data-format/m-p/326504#M18656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not quite sure what you are trying to achieve the field type is set in the schema of the database. If a field is set to date then all values in that field have to be a date.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 18:29:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-query-for-data-format/m-p/326504#M18656</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-07-24T18:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: SQL QUERY for data format</title>
      <link>https://community.esri.com/t5/data-management-questions/sql-query-for-data-format/m-p/326505#M18657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're looking for an RDBMS-specific solution to regular expression matching&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in text fields to see if they conform to date formats, then the appropriate RDBMS &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;vendor's web site will likely be of most assistance.&amp;nbsp; I doubt File Geodatabases&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;support any such SQL function (in which case you'd need to walk the cursor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set on the table and use programming language functions on the text strings).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 11:15:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/sql-query-for-data-format/m-p/326505#M18657</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-07-25T11:15:19Z</dc:date>
    </item>
  </channel>
</rss>

