Apply suggestions from code review

Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
This commit is contained in:
Kruglov Pavel 2024-09-18 19:54:37 +02:00 committed by GitHub
parent a0b394a6c2
commit 0d2e5f8da8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5689,18 +5689,18 @@ Allows or restricts using [Variant](../../sql-reference/data-types/variant.md) a
Possible values:
- 1 — Usage of `Variant` and `Dynamic` types is not restricted.
- 0 — Usage of `Variant` and `Dynamic` types is restricted.
- 1 — Usage of `Variant` and `Dynamic` types is not restricted.
Default value: 0.
## allow_suspicious_types_in_group_by {#allow_suspicious_types_in_group_by}
## allow_suspicious_types_in_order_by {#allow_suspicious_types_in_order_by}
Allows or restricts using [Variant](../../sql-reference/data-types/variant.md) and [Dynamic](../../sql-reference/data-types/dynamic.md) types in GROUP BY keys.
Allows or restricts using [Variant](../../sql-reference/data-types/variant.md) and [Dynamic](../../sql-reference/data-types/dynamic.md) types in ORDER BY keys.
Possible values:
- 1 — Usage of `Variant` and `Dynamic` types is not restricted.
- 0 — Usage of `Variant` and `Dynamic` types is restricted.
- 1 — Usage of `Variant` and `Dynamic` types is not restricted.
Default value: 0.