<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>odashinsuke</author_name>
  <author_url>https://blog.hatena.ne.jp/odashinsuke/</author_url>
  <blog_title>お だ のスペース</blog_title>
  <blog_url>https://odashinsuke.hatenablog.com/</blog_url>
  <categories>
    <anon>SQL Server</anon>
  </categories>
  <description>SQL Server Advent Calendar 11日目 です。 今日は、INTO 句 (Transact-SQL) のお話しです。 SELECT INTO を使うことで結果セットの定義通りのテーブルを作成し、データも入れることが出来ます。 select [受注].[受注日] , [受注].[取引先] , [受注明細].[商品] , [受注明細].[数量] , [受注明細].[単価] into [ワークテーブル] from [受注] inner join [受注明細] on [受注].[PK] = [受注明細].[受注PK] where [受注].[未処理フラグ] = 0 このクエリでは…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fodashinsuke.hatenablog.com%2Fentry%2F2013%2F12%2F11%2F194220&quot; title=&quot;SELECT した結果を新しいテーブルに挿入する - お だ のスペース&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>2013-12-11 19:42:20</published>
  <title>SELECT した結果を新しいテーブルに挿入する</title>
  <type>rich</type>
  <url>https://odashinsuke.hatenablog.com/entry/2013/12/11/194220</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
