ClickHouse
| Property | Value |
|---|---|
| Label | clickhouse |
| Inherits From | ansi |
Default Casing: Clickhouse is case sensitive throughout, regardless of quoting. An unquoted reference to an object using the wrong case will raise an UNKNOWN_IDENTIFIER error.
Quotes: String Literals: '', Identifiers: "" or backticks. Note as above, that because identifiers are always resolved case sensitively, the only reason for quoting identifiers is when they contain invalid characters or reserved keywords.
The dialect for ClickHouse.