mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Apply suggestions from code review
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
This commit is contained in:
parent
a0b394a6c2
commit
0d2e5f8da8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user