v.19.3Improvements
Allow -c Option of Client to Work as -c Option
Allow-Coption of client to work as-coption. #4232 (syominsergey)
Why it matters
This feature resolves inconsistency between the client options by enabling-C to behave like -c, making it easier for users to execute queries directly from the command line without confusion between similar flags.How to use it
Use the ClickHouse client with either the-C or -c option followed by the query string to execute it directly, for example:clickhouse-client -C "SELECT 1"or
clickhouse-client -c "SELECT 1"