<?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>Question Re: SQL PIVOT? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847346#M4878189</link>
    <description>&lt;P&gt;Yes, there is much that is cool coming in 17... there may even be room for a "Top 17 Cool New Features" article &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2014 07:38:13 GMT</pubDate>
    <dc:creator>Breck_Carter</dc:creator>
    <dc:date>2014-11-28T07:38:13Z</dc:date>
    <item>
      <title>SQL PIVOT?</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-pivot/qaq-p/13847341</link>
      <description>&lt;P&gt;I have a sql that return these columns.&lt;/P&gt;
&lt;PRE class="codehilite"&gt;&lt;CODE&gt;Material---Description---Price---Type
-------------------------------------
Test1--------Desc1--------21----Ak1--
Test1--------Desc1--------29----Ak2--
Test1--------Desc1--------31----Ak3--
Test1--------Desc1--------41----Ak4--
Test2--------Desc2--------12----Ak1--
Test2--------Desc2--------22----Ak2--
Test2--------Desc2--------31----Ak3--
Test2--------Desc2--------51----Ak4--


&lt;P&gt;My question is, if it can take values from a colum and make these values to new columns and take a value from a second column to these new columns. Values for the new columns are price column. Like this:&lt;/P&gt;
&lt;/CODE&gt;&lt;PRE class="codehilite"&gt;&lt;CODE&gt;&lt;CODE&gt;Material---Description---Ak1---Ak2---Ak3---Ak4
----------------------------------------------
Test1--------Desc1-------21----29----31----41-
Test2--------Desc2-------12----22----31----51-&lt;/CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Nov 2014 13:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-pivot/qaq-p/13847341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-27T13:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: SQL PIVOT?</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847342#M4878185</link>
      <description>&lt;P&gt;Have a look at SQL Anywhere 17's &lt;A href="http://dcx.sap.com/index.html#sqla170/en/html/817234f06ce210149f3fe4ad7428edfd.html"&gt;PIVOT feature&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Alternatively, try this: &lt;A href="http://sqlanywhere.blogspot.com/2010/01/crosstab-rotate-pivot.html"&gt;Crosstab, Rotate, Pivot&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2014 15:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847342#M4878185</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2014-11-27T15:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: SQL PIVOT?</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847343#M4878186</link>
      <description>&lt;P&gt;Version 17?&lt;/P&gt;
&lt;P&gt;Man, I seem to have missed something by not having taken part in the current summit:)&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2014 17:52:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847343#M4878186</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2014-11-27T17:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: SQL PIVOT?</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847344#M4878187</link>
      <description>&lt;P&gt;As you have yourself used the "pivot" tag, just have a look at &lt;A href="http://sqlanywhere-forum.sap.com/tags/pivot/"&gt;the other FAQs with that same tag&lt;/A&gt;...&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2014 17:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847344#M4878187</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2014-11-27T17:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: SQL PIVOT?</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847345#M4878188</link>
      <description>&lt;P&gt;Agree :), me too.
I have heard about v17. But not much.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 04:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847345#M4878188</guid>
      <dc:creator>Vlad</dc:creator>
      <dc:date>2014-11-28T04:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: SQL PIVOT?</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847346#M4878189</link>
      <description>&lt;P&gt;Yes, there is much that is cool coming in 17... there may even be room for a "Top 17 Cool New Features" article &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 07:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847346#M4878189</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2014-11-28T07:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: SQL PIVOT?</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847347#M4878190</link>
      <description>&lt;P&gt;when will version 17 be released, is there somewhere you can read about the new features?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 12:42:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847347#M4878190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-28T12:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: SQL PIVOT?</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847348#M4878191</link>
      <description>&lt;P&gt;SQL Anywhere 17 may be feature-complete at the end of 2014
and released in the third quarter of 2015. &lt;/P&gt;
&lt;P&gt;No mention has been made of a beta, and if recent history (Raspberry Pi) &lt;/P&gt;
&lt;P&gt;is any indication,  &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Re SQL PIVOT"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/189781i492989A3D7EE9C81/image-size/large?v=v2&amp;amp;px=999" role="button" title="Re SQL PIVOT" alt="Re SQL PIVOT" /&gt;&lt;/span&gt; &lt;B&gt;&lt;I&gt;"SAP don't have to show you any stinking beta!"&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2014 15:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-pivot/qaa-p/13847348#M4878191</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2014-11-28T15:07:19Z</dc:date>
    </item>
  </channel>
</rss>

