Docs: Update clickhouse-local arguments

Follow-up to #49870
This commit is contained in:
Robert Schulze 2023-05-23 11:55:27 +00:00
parent 25912a2673
commit b1a3b8536f
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -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.