v.22.9Improvement

Interactive mode in clickhouse-client now supports '.' and '/' to rerun last command

The interactive mode in clickhouse-client now interprets . and / as "run the last command". #40750 (Robert Schulze).
The interactive mode in clickhouse-client now allows users to run the last executed command by typing . or /.

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 the clickhouse-client interactive mode, simply type . or / and press Enter to re-execute the last command.