sql_formatter
Format SQL queries with proper indentation and keyword casing. Choose between uppercase or lowercase keywords for consistent style.
Instructions
Format and beautify SQL queries with proper indentation and keyword casing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to format | |
| keyword_case | No | Keyword casing | upper |