<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ihiro81</author_name>
  <author_url>https://blog.hatena.ne.jp/ihiro81/</author_url>
  <blog_title>ワールド・イノベーション</blog_title>
  <blog_url>https://ihiro81.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>MySQLで既存のカラムに文字列を結合したい場合は、CONCATを使います。 select concat(column1, column2, column3, column4) from table; 更新時 update users set name = concat(name, &quot;追加したい文字列&quot;) where id = 1; 他のカラムと結合させる update users set name = concat(name, kana) where id = 1; ただし、null が対象のカラムに入ってる場合には結合してくれず、null のままになってしまいます。 null が入っていて…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fihiro81.hatenablog.jp%2Fentry%2F2017%2F09%2F19%2F174302&quot; title=&quot;MySQLで文字列の結合 - ワールド・イノベーション&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>2017-09-19 17:43:02</published>
  <title>MySQLで文字列の結合</title>
  <type>rich</type>
  <url>https://ihiro81.hatenablog.jp/entry/2017/09/19/174302</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
