<?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 Window functions in FedSQL? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Window-functions-in-FedSQL/m-p/418848#M102935</link>
    <description>&lt;P&gt;I'm trying to do:&lt;/P&gt;&lt;PRE&gt;SELECT ROW_NUMBER() OVER(PARTITION BY ID) FROM tableA;&lt;/PRE&gt;&lt;P&gt;Will FedSQL give me window functions to do this?&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2017 16:17:03 GMT</pubDate>
    <dc:creator>tomcmacdonald</dc:creator>
    <dc:date>2017-12-06T16:17:03Z</dc:date>
    <item>
      <title>Window functions in FedSQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Window-functions-in-FedSQL/m-p/418848#M102935</link>
      <description>&lt;P&gt;I'm trying to do:&lt;/P&gt;&lt;PRE&gt;SELECT ROW_NUMBER() OVER(PARTITION BY ID) FROM tableA;&lt;/PRE&gt;&lt;P&gt;Will FedSQL give me window functions to do this?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 16:17:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Window-functions-in-FedSQL/m-p/418848#M102935</guid>
      <dc:creator>tomcmacdonald</dc:creator>
      <dc:date>2017-12-06T16:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Window functions in FedSQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Window-functions-in-FedSQL/m-p/418850#M102936</link>
      <description>&lt;P&gt;No, there are other ways to accomplish this, via a data step or PROC usually.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 16:20:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Window-functions-in-FedSQL/m-p/418850#M102936</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-12-06T16:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Window functions in FedSQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Window-functions-in-FedSQL/m-p/418928#M102955</link>
      <description>&lt;P&gt;Not sure about FedSQL, but but in PROC SQL you could mimic some of the window function by letting SQL re-merge statics with original data. That will be forced when there is mismatch between the GROUP BY clause and columns in the SELECT clause that doesn't contain any aggregate function. Also, this method is probably not as efficient a "true" window function performs with an appropriate implementation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can't tell though how you example should be resolved, a simple have and want sample data would help.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 19:45:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Window-functions-in-FedSQL/m-p/418928#M102955</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-12-06T19:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Window functions in FedSQL?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Window-functions-in-FedSQL/m-p/438722#M109410</link>
      <description>&lt;P&gt;FedSQL does not currently support windowing functions.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 17:03:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Window-functions-in-FedSQL/m-p/438722#M109410</guid>
      <dc:creator>SylviaPowell</dc:creator>
      <dc:date>2018-02-20T17:03:51Z</dc:date>
    </item>
  </channel>
</rss>

