<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sakaik</author_name>
  <author_url>https://blog.hatena.ne.jp/sakaik/</author_url>
  <blog_title>sakaikの日々雑感～(T)編</blog_title>
  <blog_url>https://sakaik.hateblo.jp/</blog_url>
  <categories>
    <anon>mysql</anon>
  </categories>
  <description>MySQL では @ で始まるユーザ定義変数を使うことができます。 mysql&gt; SET @v1=123, @s1=&quot;ABC&quot;; Query OK, 0 rows affected (0.00 sec) こんなふうに定義すると、SELECTなどで使うことができます。 ここで、上で定義した2つの変数と、未定義の変数をSELECT文で見てみると： mysql&gt; SELECT @v1, @s1, @t1; +------+------+------------+ | @v1 | @s1 | @t1 | +------+------+------------+ | 123 | ABC | 0x | +…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsakaik.hateblo.jp%2Fentry%2F20200501%2Fmysql_undefined_user_variable_is_0x&quot; title=&quot;MySQLで未定義のユーザ変数の表示がおかしい(8.0.20) - sakaikの日々雑感～(T)編&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>2020-05-01 23:00:00</published>
  <title>MySQLで未定義のユーザ変数の表示がおかしい(8.0.20)</title>
  <type>rich</type>
  <url>https://sakaik.hateblo.jp/entry/20200501/mysql_undefined_user_variable_is_0x</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
