v.22.9Improvement
Interactive mode in clickhouse-client now supports '.' and '/' to rerun last command
The interactive mode inclickhouse-clientnow interprets.and/as "run the last command". #40750 (Robert Schulze).
Why it matters
This feature improves user experience by providing a quick and convenient way to repeat the previous command without retyping it, saving time and reducing errors during interactive sessions.How to use it
In theclickhouse-client interactive mode, simply type . or / and press Enter to re-execute the last command.