使い方
- Paste your SQL query or statement into the input.
- Pick the dialect that matches your database (PostgreSQL, MySQL, SQLite, and 12+ others).
- Choose an indent width and keyword case (upper or lower).
- The formatted, readable SQL appears instantly — copy it back into your editor.
例
- A one-line query like select id,name from users where age>18 order by name becomes a multi-line statement with SELECT, FROM, WHERE, and ORDER BY each on their own line and the columns indented.
- Switching the dialect to PostgreSQL keeps double-quoted identifiers intact, while MySQL mode preserves backticks.