<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pgori</author_name>
  <author_url>https://blog.hatena.ne.jp/pgori/</author_url>
  <blog_title>pgoriの怠惰なブログ</blog_title>
  <blog_url>https://pgori.hateblo.jp/</blog_url>
  <categories>
    <anon>MySQL</anon>
  </categories>
  <description>MySQLでcsvの入出力方法をメモメモ。 -- 念のためすでに作ろうとしているテーブルがあったら削除しとく drop table if exists work_hoge; -- テーブル作る create table work_hoge (id int,hoge_id int,password text); -- インデックスも作ってみる create index idx_work_hoge_id on work_hoge(id); -- work_hogeテーブルにcsvを読み込む load data local infile './hoge.csv' into table work_ho…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpgori.hateblo.jp%2Fentry%2F2013%2F04%2F12%2F132139&quot; title=&quot;csvファイルの入出力 - pgoriの怠惰なブログ&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-04-12 13:21:39</published>
  <title>csvファイルの入出力</title>
  <type>rich</type>
  <url>https://pgori.hateblo.jp/entry/2013/04/12/132139</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
