Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

system.warnings

Description

Contains warnings about server configuration to be displayed by clickhouse-client right after it connects to the server.

Columns

  • message (String) — A warning message issued by ClickHouse server.
  • message_format_string (LowCardinality(String)) — A format string that was used to format the message.
Navigation