<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>katzchang</author_name>
  <author_url>https://blog.hatena.ne.jp/katzchang/</author_url>
  <blog_title>@katzchang.contexts</blog_title>
  <blog_url>https://katzchang.hatenadiary.org/</blog_url>
  <categories>
    <anon>postgreSQL</anon>
  </categories>
  <description>大雑把な結合とは、「AのうちBにある/ないもの」とする。 SELECT * FROM A WHERE EXISTS (SELECT * FROM B WHERE A.hoge = B.hoge) / NOT EXISTS (...) SELECT * FROM A WHERE A.hoge IN (SELECT hoge FROM B) / NOT IN (..) SELECT * FROM A LEFT JOIN B ON A.hoge = B.hoge WHERE B IS NOT NULL / IS NULL 意味的には1つ目が正しいんだけど、それぞれ計画が異なって、検索の速度も違ったり…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkatzchang.hatenadiary.org%2Fentry%2F20080128%2F1201485622&quot; title=&quot;大雑把な結合の3つのやり方 - @katzchang.contexts&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>2008-01-28 11:00:22</published>
  <title>大雑把な結合の3つのやり方</title>
  <type>rich</type>
  <url>https://katzchang.hatenadiary.org/entry/20080128/1201485622</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
