<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>katsube</author_name>
  <author_url>https://blog.hatena.ne.jp/katsube/</author_url>
  <blog_title>ねこの足跡R</blog_title>
  <blog_url>https://blog.katsubemakito.net/</blog_url>
  <categories>
    <anon>SQL</anon>
    <anon>とあるエンジニアの闇歴史帳</anon>
    <anon>MySQL</anon>
  </categories>
  <description>構文 VALUESをカンマ(,)で区切って指定するだけです。 INSERT INTO `テーブル名` (id, name) VALUES (1, 'foo') , (2, 'bar') , (3, 'hoge'); 通常のINSERTと同様に、すべての列に順番通りデータを追加する場合はカラム名の記述は不要です。 INSERT INTO `テーブル名` VALUES (1, 'foo') , (2, 'bar') , (3, 'hoge'); 実行例 mysql&gt; insert into test(id, name) -&gt; values (1, 'foo') -&gt; , (2, 'bar') -&gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.katsubemakito.net%2Fdokuwiki%2Fsql%2Finsert_multiple&quot; title=&quot; [SQL] 複数レコードを1回のINSERTでまとめて挿入する - ねこの足跡R&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>https://images-fe.ssl-images-amazon.com/images/I/51pl3HrLCjL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-04-24 00:00:00</published>
  <title> [SQL] 複数レコードを1回のINSERTでまとめて挿入する</title>
  <type>rich</type>
  <url>https://blog.katsubemakito.net/dokuwiki/sql/insert_multiple</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
