<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>doodle-on-web</author_name>
  <author_url>https://blog.hatena.ne.jp/doodle-on-web/</author_url>
  <blog_title>doodle-on-web</blog_title>
  <blog_url>https://www.doodle-office.work/</blog_url>
  <categories>
    <anon>SQL</anon>
    <anon>技術系</anon>
    <anon>新人君からの質問シリーズ</anon>
  </categories>
  <description>日付項目であいまい検索はできますか？ こんな感じを想定しています。 between Like &quot;2018/*&quot; AND Like &quot;2019/*&quot; うーん、betweenとlikeは共存できません！ 状況 まとめると、2018年から2019年の間でHITさせたいということですよね？ 解決策 最初に書きましたが、between 演算子に like 演算子の重ね張りはできません。 始点と終点が曖昧となると、何をもって「そのデータが指定範囲内にある」と判断できません。 ですので、範囲指定であいまい検索はできません。 2018年～2019年の範囲指定の場合、通常はこのように指定します。 between…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.doodle-office.work%2Fentry%2Fsql-date-like&quot; title=&quot;SQLによる日付のあいまい範囲検索について - doodle-on-web&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://images-fe.ssl-images-amazon.com/images/I/513WOO0weML._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-04-26 08:00:00</published>
  <title>SQLによる日付のあいまい範囲検索について</title>
  <type>rich</type>
  <url>https://www.doodle-office.work/entry/sql-date-like</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
