v.18.12New Feature

Autocomplete with Tab in ClickHouse Client

Autocomplete by pressing Tab in clickhouse-client. Sergey Shcherbin
Autocomplete feature in clickhouse-client using the Tab key.

Why it matters

This feature introduces command and identifier autocomplete within the clickhouse-client interface, triggered by pressing the Tab key. It improves user experience by speeding up query writing and reducing input errors.

How to use it

While using clickhouse-client, simply press the Tab key to autocomplete SQL keywords, table names, and other relevant identifiers during query composition.