<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gsf_zero1</author_name>
  <author_url>https://blog.hatena.ne.jp/gsf_zero1/</author_url>
  <blog_title>いろいろ備忘録日記</blog_title>
  <blog_url>https://devlights.hatenablog.com/</blog_url>
  <categories>
    <anon>sqlite3</anon>
  </categories>
  <description>関連記事 概要 参考情報 関連記事 GitHub - devlights/blog-summary: ブログ「いろいろ備忘録日記」のまとめ 概要 以下、自分用のメモです。使いたいときにいつも忘れているので、ここにメモメモ。。。 SQLite3の出力で、テーブル形式で出力している場合、列幅が足りなくて見切れてしまう場合があります。 そういうときに一時的に列幅を強制指定して特定の列だけ大きく表示したい場合は、以下のように出来ます。 $ sqlite3 -cmd &quot;.width 0 0 0 100&quot; ./my.db &quot;select c1,c2,c3,c4 from test_table&quot; 複数の設定…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdevlights.hatenablog.com%2Fentry%2F2026%2F03%2F02%2F073000&quot; title=&quot;SQLite3にて起動時にコマンド指定して設定を強制する (sqlite3, -cmd, 一時的に列幅を広くしたい) - いろいろ備忘録日記&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>2026-03-02 07:30:00</published>
  <title>SQLite3にて起動時にコマンド指定して設定を強制する (sqlite3, -cmd, 一時的に列幅を広くしたい)</title>
  <type>rich</type>
  <url>https://devlights.hatenablog.com/entry/2026/03/02/073000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
