mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update settings.md
This commit is contained in:
parent
e8ce885792
commit
33d9869270
@ -717,22 +717,6 @@ Default value: 0
|
||||
|
||||
In CREATE TABLE statement allows specifying Variant type with similar variant types (for example, with different numeric or date types). Enabling this setting may introduce some ambiguity when working with values with similar types.
|
||||
|
||||
## allow_suspicious_types_in_group_by {#allow_suspicious_types_in_group_by}
|
||||
|
||||
Type: Bool
|
||||
|
||||
Default value: 0
|
||||
|
||||
Allows or restricts using [Variant](../../sql-reference/data-types/variant.md) and [Dynamic](../../sql-reference/data-types/dynamic.md) types in GROUP BY keys.
|
||||
|
||||
## allow_suspicious_types_in_order_by {#allow_suspicious_types_in_order_by}
|
||||
|
||||
Type: Bool
|
||||
|
||||
Default value: 0
|
||||
|
||||
Allows or restricts using [Variant](../../sql-reference/data-types/variant.md) and [Dynamic](../../sql-reference/data-types/dynamic.md) types in ORDER BY keys.
|
||||
|
||||
## allow_unrestricted_reads_from_keeper {#allow_unrestricted_reads_from_keeper}
|
||||
|
||||
Type: Bool
|
||||
|
Loading…
Reference in New Issue
Block a user