<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aspx</author_name>
  <author_url>https://blog.hatena.ne.jp/aspx/</author_url>
  <blog_title>aspxの日記2009</blog_title>
  <blog_url>https://aspx.hatenadiary.org/</blog_url>
  <categories>
    <anon>70-229</anon>
  </categories>
  <description>表4-2-2 ROLL UP 演算子と CUBE 演算子 （例）社員 ID ごとの売上金額 (製品単価*売上個数) と総計を表示する （CUBE 演算子の場合は +製品 ID ごとの売上金額が表示される） SELECT 社員 ID,製品 ID,SUM(製品単価*売上個数) as 売上金額 FROM 売上 GROUP BY 社員 ID,製品ID WITH ROLLUP --または WITH CUBE ORDER BY 社員 ID,製品ID 手元のNorthwindデータベースで実験してみた USE Northwind GO /*CUBE体験*/ SELECT CustomerID,Employe…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faspx.hatenadiary.org%2Fentry%2F20051027%2Fp1&quot; title=&quot;ROLLUP/CUBEはSQLServer2000でもつかえるらしー - aspxの日記2009&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2005-10-27 00:00:00</published>
  <title>ROLLUP/CUBEはSQLServer2000でもつかえるらしー</title>
  <type>rich</type>
  <url>https://aspx.hatenadiary.org/entry/20051027/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
