From b1a3b8536fdcfaeb2f0699ef7d123d8cc15e86c8 Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Tue, 23 May 2023 11:55:27 +0000 Subject: [PATCH] Docs: Update clickhouse-local arguments Follow-up to #49870 --- docs/en/operations/utilities/clickhouse-local.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/operations/utilities/clickhouse-local.md b/docs/en/operations/utilities/clickhouse-local.md index c5aea2b98a0..d6587602990 100644 --- a/docs/en/operations/utilities/clickhouse-local.md +++ b/docs/en/operations/utilities/clickhouse-local.md @@ -188,6 +188,7 @@ Arguments: - `-N`, `--table` — table name where to put output data, `table` by default. - `--format`, `--output-format` — output format, `TSV` by default. - `-d`, `--database` — default database, `_local` by default. +- `--multiquery, -n` – If specified, multiple queries separated by semicolons can be listed after the `--query` option. For convenience, it is also possible to omit `--query` and pass the queries directly after `--multiquery`. - `--stacktrace` — whether to dump debug output in case of exception. - `--echo` — print query before execution. - `--verbose` — more details on query execution.