<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>utgwkk</author_name>
  <author_url>https://blog.hatena.ne.jp/utgwkk/</author_url>
  <blog_title>私が歌川です</blog_title>
  <blog_url>https://blog.utgw.net/</blog_url>
  <categories>
    <anon>技術</anon>
    <anon>Go</anon>
  </categories>
  <description>小ネタだしプロダクションで試したことはないです。ISUCONの練習をしていたらふと、これで複数カラムのINクエリが書けるのでは?? と思いついたのでメモ。 package main import ( &quot;fmt&quot; &quot;log&quot; &quot;strings&quot; &quot;github.com/jmoiron/sqlx&quot; ) type WhereInArg struct { Name string `db:&quot;name&quot;` Number int `db:&quot;number&quot;` } func main() { whereInArgs := []WhereInArg{ { Name: &quot;a&quot;, Number: 1, }, { Na…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.utgw.net%2Fentry%2F2022%2F07%2F05%2F185440&quot; title=&quot;sqlxで無理やり複数カラムに対するINクエリを書く - 私が歌川です&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>2022-07-05 18:54:40</published>
  <title>sqlxで無理やり複数カラムに対するINクエリを書く</title>
  <type>rich</type>
  <url>https://blog.utgw.net/entry/2022/07/05/185440</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
