Update docs/en/sql-reference/functions/ext-dict-functions.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
Anna 2021-05-30 21:15:01 +03:00 committed by GitHub
parent a4cdeca3ee
commit fab84c526a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@ dictGetDescendants(dict_name, key, level)
- Descendants for the key. - Descendants for the key.
Type: [Array(UInt64)](../../sql-reference/data-types/array.md). Type: [Array](../../sql-reference/data-types/array.md)([UInt64](../../sql-reference/data-types/int-uint.md)).
**Example** **Example**