コードユーティリティ

SQL フォーマッター

Format SQL queries, switch database dialects, minify snippets, and copy clean SQL locally.

SELECT
  u.id,
  u.email,
  count(o.id) AS orders
FROM
  users u
  LEFT JOIN orders o ON o.user_id = u.id
WHERE
  u.created_at >= now() - interval '30 days'
GROUP BY
  u.id,
  u.email
HAVING
  count(o.id) > 0
ORDER BY
  orders DESC
LIMIT
  20;

主な機能

Dialect Options

Format common SQL dialects including PostgreSQL, MySQL, BigQuery, SQLite, and T-SQL.

Case Controls

Choose uppercase, lowercase, or preserved keyword casing.

Indentation

Tune tab width, expression width, and operator newline behavior.

Minify Mode

Collapse whitespace for compact query strings and config values.

Copy Output

Copy formatted or minified SQL directly from the result panel.

Local Workspace

Queries are formatted in the browser with no database connection.

よくある質問

No. It only formats text locally and never connects to a database.

Use the dialect closest to your database. PostgreSQL is a good default for common SQL syntax.

Yes. The minify option collapses whitespace while preserving the query text.

高速でプライバシー重視の開発者ユーティリティ集です。すべてのツールはブラウザー内で動作し、データはデバイス外に送信されません。

ツール

JSON パーサーJSON Schema バリデーターJSON コンバーターJSON から TypeScriptOpenAPI ビューアーコードフォーマッターSQL フォーマッターcURL コンバータータイムスタンプ変換Cron パーサーURL エンコーダーQR コードツールIP・CIDR 計算Gzip・Deflate ツールJWT デコーダーJWT 検証・JWK ツールハッシュ生成パスワードと TOTPBase64 エンコーダーUUID 生成画像メタデータ画像圧縮Tiny 画像圧縮画像ツールキット Pro画面録画正規表現テスターテキスト DiffMarkdown・Mermaid プレビューカラー・コントラストツール

法務

プライバシーポリシー利用規約

© 2026 ZPTools. All Rights Reserved.