Update docs/zh/sql-reference/functions/ym-dict-functions.md

Co-authored-by: Alexey Boykov <33257111+mathalex@users.noreply.github.com>
This commit is contained in:
igomac 2021-08-21 00:53:19 +08:00 committed by GitHub
parent 1d7c58238f
commit 91813b0110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ ClickHouse支持同时使用多个备选地理基区域层次结构
### regionToCity(id[, geobase]) {#regiontocityid-geobase}
从 Yandex gebase 接收一个 UInt32 数字类型的区域ID 。如果该区域是一个城市或城市的一部分它将返回相应城市的区域ID。否则,返回0。
从 Yandex geobase 接收一个 UInt32 数字类型的区域ID 。如果该区域是一个城市或城市的一部分它将返回相应城市的区域ID。否则,返回0。
### regionToArea(id[, geobase]) {#regiontoareaid-geobase}