<?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 What SQL commands do in_memory workspaces support? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862454#M5780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In_memory workspaces are great to work with, especially when needing temporary/intermediate steps in an ArcPy script. Currently I am using an arcpy.da.SearchCursor against one and using simple where_clause statements with operators (&amp;gt;, &amp;lt;, &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; seem to work just fine. But trying to take it a bit further and use a sql_clause to prefix with a 'DISTINCT' or postfix with a 'ORDER BY' and it doesn't seem to obey those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any documentation that says what SQL is supported by these in_memory workspaces?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for any help and information!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Sep 2015 16:28:25 GMT</pubDate>
    <dc:creator>RyanCoodey</dc:creator>
    <dc:date>2015-09-23T16:28:25Z</dc:date>
    <item>
      <title>What SQL commands do in_memory workspaces support?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862454#M5780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In_memory workspaces are great to work with, especially when needing temporary/intermediate steps in an ArcPy script. Currently I am using an arcpy.da.SearchCursor against one and using simple where_clause statements with operators (&amp;gt;, &amp;lt;, &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; seem to work just fine. But trying to take it a bit further and use a sql_clause to prefix with a 'DISTINCT' or postfix with a 'ORDER BY' and it doesn't seem to obey those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any documentation that says what SQL is supported by these in_memory workspaces?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for any help and information!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 16:28:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862454#M5780</guid>
      <dc:creator>RyanCoodey</dc:creator>
      <dc:date>2015-09-23T16:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: What SQL commands do in_memory workspaces support?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862455#M5781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep in mind that there isn't a SQL database backing an in_memory workspace.&amp;nbsp; I wouldn't expect &lt;STRONG&gt;&lt;EM&gt;any&lt;/EM&gt;&lt;/STRONG&gt; complex SQL statements to work, and I'd be leery of trying to use even basic functions (like length).&amp;nbsp; File geodatabase attempts to emulate some of the SQL language, but shapefiles and in_memory feature classes don't have more than simple WHERE expression operators.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 19:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862455#M5781</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-09-23T19:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: What SQL commands do in_memory workspaces support?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862456#M5782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a script with 60+ queries in it against a in_memory table.&amp;nbsp; They all word great except when using CAST.&amp;nbsp; It will work on a GDB directly but in_memory gives a invalid SQL statement error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lots of documentation shows using in_memory interchangeably in many arc tools.&amp;nbsp; You think these limits would come up.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally change it to make it work just like a GDB.&amp;nbsp; If not please at least document these limitations.&amp;nbsp; This hunt and pecking to see what works costs lots of time.&amp;nbsp; Esp when you have no idea why since it does not say anywhere that in_memory is limited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post any list if it does exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 17:20:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862456#M5782</guid>
      <dc:creator>DougBrowning2</dc:creator>
      <dc:date>2018-07-18T17:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: What SQL commands do in_memory workspaces support?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862457#M5783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I posted a request to update this doc page to talk about SQL limitations for in_memory&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/help/mapping/navigation/sql-reference-for-elements-used-in-query-expressions.htm" title="http://pro.arcgis.com/en/pro-app/help/mapping/navigation/sql-reference-for-elements-used-in-query-expressions.htm"&gt;SQL reference for query expressions used in ArcGIS—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 21:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862457#M5783</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2018-07-18T21:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: What SQL commands do in_memory workspaces support?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862458#M5784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;I posted a request ....&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;An ArcGIS/GeoNet Idea or some other request?&amp;nbsp; If the latter, what and where?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 15:26:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862458#M5784</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-07-19T15:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: What SQL commands do in_memory workspaces support?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862459#M5785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua.&lt;/P&gt;&lt;P&gt;Every ArcGIS help article has a link at the bottom:&amp;nbsp;&lt;STRONG&gt;Feedback on this topic?&lt;BR /&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have it on good authority these comments get forwarded directly to the person responsible for that help article at Esri. So I often take advantage of this to send a note directly to that page author when I find something that I find confusing or incomplete, (less commonly) wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2018 19:13:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862459#M5785</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2018-07-21T19:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: What SQL commands do in_memory workspaces support?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862460#M5786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it.&amp;nbsp; I do the same sometimes, but I was also wondering if you created an Idea or logged an enhancement request as well.&amp;nbsp; Although I agree the Feedback link does seem to get to the appropriate audience in Esri, I don't like the black box that it becomes.&amp;nbsp; Occasionally I start an e-mail dialogue with a Product Lead after submitting Feedback, but there is no formal structure for you to track status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2018 20:32:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/what-sql-commands-do-in-memory-workspaces-support/m-p/862460#M5786</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-07-21T20:32:33Z</dc:date>
    </item>
  </channel>
</rss>

