<?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 in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152227#M17079</link>
    <description>Almost any SQL guide on the web that you find will be close, although GS uses the FLAT keyword that I had not seen elsewhere.&lt;BR /&gt;
&lt;BR /&gt;
An easy way to get some correct SQL syntax is if you already happen to have a copy of Microsoft Access.  You can create a visual query there and then switch to SQL mode to see the corresponding SQL code.&lt;BR /&gt;
&lt;BR /&gt;
AC comes with a PDF called "04 ... Calculation Guide.pdf" in the Documentation folder which has info on SQL beginning on page 52.  There, it mentions that the Graphisoft ODBC documentation (on GS web site) gives the details for Graphisoft's version of SQL.  We used to be able to just download this.  Now they have some kind of application process:&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/support/developer/downloads/index.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/support/devel ... index.html"&gt;http://www.graphisoft.com/support/developer/downloads/index.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
    <pubDate>Tue, 22 May 2012 20:37:52 GMT</pubDate>
    <dc:creator>Karl Ottenstein</dc:creator>
    <dc:date>2012-05-22T20:37:52Z</dc:date>
    <item>
      <title>sql query</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152222#M17074</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I have a pln with a lot of hotlinked modules. Is there a way to have an sql query to show the number of stories for each hotlinked pln???&lt;BR /&gt;
&lt;BR /&gt;
Please help!   &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_rolleyes.gif" style="display : inline;" /&gt;&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 21 May 2012 09:42:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152222#M17074</guid>
      <dc:creator>Achille Pavlidis</dc:creator>
      <dc:date>2012-05-21T09:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: sql query</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152223#M17075</link>
      <description>Not that I know of.  The only data available for SQL query within AC (via Calculate menu) is listed via the command "Show data structure..."  This lists all tables and fields that can be retrieved.  There is no information on hotlinks.  The only story data is for the current project itself.&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Mon, 21 May 2012 17:46:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152223#M17075</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2012-05-21T17:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: sql query</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152224#M17076</link>
      <description>Thanks Karl.&lt;BR /&gt;
&lt;BR /&gt;
*sigh*</description>
      <pubDate>Tue, 22 May 2012 06:35:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152224#M17076</guid>
      <dc:creator>Achille Pavlidis</dc:creator>
      <dc:date>2012-05-22T06:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: sql query</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152225#M17077</link>
      <description>&lt;BLOCKQUOTE&gt;Achille wrote:&lt;BR /&gt;Thanks Karl.&lt;BR /&gt;
&lt;BR /&gt;
*sigh*&lt;/BLOCKQUOTE&gt;

You're welcome.  Maybe someone from GS will reply .. it is possible that they did not document all tables...?  But, I'm also not sure that anything about the SQL feature has been changed or improved since it was first introduced...</description>
      <pubDate>Tue, 22 May 2012 17:44:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152225#M17077</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2012-05-22T17:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: sql query</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152226#M17078</link>
      <description>Thanks Karl.&lt;BR /&gt;
&lt;BR /&gt;
Where can I find an online guide to sql language?</description>
      <pubDate>Tue, 22 May 2012 19:18:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152226#M17078</guid>
      <dc:creator>Achille Pavlidis</dc:creator>
      <dc:date>2012-05-22T19:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: sql query</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152227#M17079</link>
      <description>Almost any SQL guide on the web that you find will be close, although GS uses the FLAT keyword that I had not seen elsewhere.&lt;BR /&gt;
&lt;BR /&gt;
An easy way to get some correct SQL syntax is if you already happen to have a copy of Microsoft Access.  You can create a visual query there and then switch to SQL mode to see the corresponding SQL code.&lt;BR /&gt;
&lt;BR /&gt;
AC comes with a PDF called "04 ... Calculation Guide.pdf" in the Documentation folder which has info on SQL beginning on page 52.  There, it mentions that the Graphisoft ODBC documentation (on GS web site) gives the details for Graphisoft's version of SQL.  We used to be able to just download this.  Now they have some kind of application process:&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/support/developer/downloads/index.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/support/devel ... index.html"&gt;http://www.graphisoft.com/support/developer/downloads/index.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Tue, 22 May 2012 20:37:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/sql-query/m-p/152227#M17079</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2012-05-22T20:37:52Z</dc:date>
    </item>
  </channel>
</rss>

