v.21.11Improvements
ClickHouse Client Introduces Native Multi-Line Editing Support
Now clickhouse-client supports native multi-line editing. #30143 (Amos Bird).Why it matters
This feature improves the user experience by enabling easier composition and editing of complex, multi-line SQL queries without breaking them into single-line inputs. It simplifies query writing and debugging in theclickhouse-client interface.How to use it
Users can directly enter multi-line SQL statements in theclickhouse-client interactive shell by pressing Enter to create new lines as needed before executing the complete query.