<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a4dosanddos</author_name>
  <author_url>https://blog.hatena.ne.jp/a4dosanddos/</author_url>
  <blog_title>プログラム日記</blog_title>
  <blog_url>https://a4dosanddos.hatenablog.com/</blog_url>
  <categories>
    <anon>Database</anon>
  </categories>
  <description>テーブルの自己結合についてメモを残しておく。 完全に自分用です。 テーブル定義とデータ登録のクエリ。 // テーブル定義 create table test42 (id integer primary key, name varchar(50), birthday varchar(50), leader_id integer); //データ登録 insert into test42 values (1, 'aaa', '2021-01-01', 2); insert into test42 values (2, 'bbb', '2021-02-01', 2); insert into test…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa4dosanddos.hatenablog.com%2Fentry%2F2021%2F10%2F09%2F004132&quot; title=&quot;「データベース」テーブルの自己結合 - プログラム日記&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>2021-10-09 00:41:32</published>
  <title>「データベース」テーブルの自己結合</title>
  <type>rich</type>
  <url>https://a4dosanddos.hatenablog.com/entry/2021/10/09/004132</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
