mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Update docs/ru/sql-reference/functions/tuple-map-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
parent
07e4cbcc06
commit
c223a87658
@ -178,7 +178,7 @@ select mapPopulateSeries([1,2,4], [11,22,44], 5) as res, toTypeName(res) as type
|
||||
|
||||
## mapContains {#mapcontains}
|
||||
|
||||
Определяет, включает ли в себя `map` параметр `key`.
|
||||
Определяет, содержит ли контейнер `map` ключ `key`.
|
||||
|
||||
**Синтаксис**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user