v.1.1.54337New Feature
Added clickhouse format tool for query formatting
Added the clickhouse format tool for formatting queries.Why it matters
This feature was created to provide users with a convenient way to automatically format their SQL queries for better readability and consistency. It solves the problem of manually formatting complex queries, improving developer productivity and reducing syntax errors caused by poor formatting.How to use it
Use the tool by running the commandclickhouse format followed by the SQL query or by piping a query into it. The tool will output the formatted SQL query, making it easier to read and understand.