Update settings.md

This commit is contained in:
Pavel Kruglov 2024-10-29 19:42:43 +01:00 committed by GitHub
parent e8ce885792
commit 33d9869270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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