<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hkoba501</author_name>
  <author_url>https://blog.hatena.ne.jp/hkoba501/</author_url>
  <blog_title>hkoba blog</blog_title>
  <blog_url>https://hkoba.hatenablog.com/</blog_url>
  <categories>
    <anon>sqlite</anon>
    <anon>perl</anon>
  </categories>
  <description>軽くハマったのでメモ。 まずは実験用のテーブル tab1 を作ります。(中身は空のままにします) sqlite&gt; create table tab1(foo, bar); sqlite&gt; select * from tab1; sqlite&gt; select * from tab1 where foo = 3; sqlite&gt; 次に、意図的に列名を打ち間違って入れてみましょう。 例えば fooo みたいに。 sqlite&gt; select * from tab1 where fooo = 3; Error: no such column: fooo sqlite&gt; ちゃんとエラーになります。では、…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhkoba.hatenablog.com%2Fentry%2F2015%2F12%2F09%2F215705&quot; title=&quot; SQLite でも列名を生成する時の quote には backtick (`) を使ったほうが良いぽい気がしてきた - hkoba blog&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>2015-12-09 21:57:05</published>
  <title> SQLite でも列名を生成する時の quote には backtick (`) を使ったほうが良いぽい気がしてきた</title>
  <type>rich</type>
  <url>https://hkoba.hatenablog.com/entry/2015/12/09/215705</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
