format_sql_query
Format raw SQL queries into a readable and organized structure, making complex queries easier to review and debug.
Instructions
Format/beautify a SQL query for readability.
Args:
sql: Raw SQL text to format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes |