mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge pull request #37396 from MasterOdin/patch-1
Fix docs for regionToTopContinent parameters
This commit is contained in:
commit
3431376d4e
@ -105,7 +105,7 @@ Example: `regionToCountry(toUInt32(213)) = 225` converts Moscow (213) to Russia
|
|||||||
Converts a region to a continent. In every other way, this function is the same as ‘regionToCity’.
|
Converts a region to a continent. In every other way, this function is the same as ‘regionToCity’.
|
||||||
Example: `regionToContinent(toUInt32(213)) = 10001` converts Moscow (213) to Eurasia (10001).
|
Example: `regionToContinent(toUInt32(213)) = 10001` converts Moscow (213) to Eurasia (10001).
|
||||||
|
|
||||||
### regionToTopContinent (#regiontotopcontinent) {#regiontotopcontinent-regiontotopcontinent}
|
### regionToTopContinent(id\[, geobase\]) {#regiontotopcontinentid-geobase}
|
||||||
|
|
||||||
Finds the highest continent in the hierarchy for the region.
|
Finds the highest continent in the hierarchy for the region.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user