<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dodosu</author_name>
  <author_url>https://blog.hatena.ne.jp/dodosu/</author_url>
  <blog_title>okinawa</blog_title>
  <blog_url>https://dodosu.hatenablog.jp/</blog_url>
  <categories>
    <anon>DB・SQL</anon>
  </categories>
  <description>テーブル結合で行を増殖させないポイント 1対1で結合 1対多で結合 多対多で結合 DISTINCT・GROUP BYで増殖対策 テーブル結合で行を増殖させないポイント ON句の条件を １対１ １対多 にする。 1対1で結合 ↑元テーブル SELECT t4.id, t5.id FROM table4 t4 left join table5 t5 on t4.id = t5.id2 実行結果 行数は3行のまま。 1対多で結合 ↑元テーブル SELECT t4.id, t5.id2 FROM table4 t4 left join table5 t5 on t4.id = t5.id2 実行結果2…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdodosu.hatenablog.jp%2Fentry%2F2023%2F02%2F26%2F111135&quot; title=&quot;【SQL】テーブル結合で行を増殖させないポイント - okinawa&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://cdn-ak.f.st-hatena.com/images/fotolife/d/dodosu/20230226/20230226102547.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-02-26 11:11:35</published>
  <title>【SQL】テーブル結合で行を増殖させないポイント</title>
  <type>rich</type>
  <url>https://dodosu.hatenablog.jp/entry/2023/02/26/111135</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
