sql_format
Format SQL queries with proper indentation and keyword capitalization. Handles SELECT, INSERT, UPDATE, DELETE, CREATE TABLE, and JOIN statements.
Instructions
[PRO — 3 trial uses left] Format a SQL query with proper indentation and keyword capitalization. Supports SELECT, INSERT, UPDATE, DELETE, CREATE TABLE, and JOIN queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to format | |
| uppercase | No | Uppercase SQL keywords (default: true) |