<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>posturan</author_name>
  <author_url>https://blog.hatena.ne.jp/posturan/</author_url>
  <blog_title>Oboe吹きプログラマの黙示録</blog_title>
  <blog_url>https://oboe2uran.hatenablog.com/</blog_url>
  <categories>
    <anon>SQL</anon>
  </categories>
  <description>文字列のsplit ⇒ 行処理するSQL （ORACLE） - Oboe吹きプログラマの黙示録 を書いたので、PostgreSQL で同じことをしてみる。方法は２通り。string_to_array() を使う。 WITH strings AS ( SELECT UNNEST(string_to_array('A,B,C', ',')) AS split_value ) SELECT row_number() OVER () AS position , split_value , COUNT(*) OVER() AS splitlength FROM strings string_to_tab…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Foboe2uran.hatenablog.com%2Fentry%2F2025%2F12%2F06%2F092449&quot; title=&quot;文字列のsplit ⇒ 行処理するSQL （PostgreSQL） - Oboe吹きプログラマの黙示録&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>2025-12-06 09:24:49</published>
  <title>文字列のsplit ⇒ 行処理するSQL （PostgreSQL）</title>
  <type>rich</type>
  <url>https://oboe2uran.hatenablog.com/entry/2025/12/06/092449</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
