Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns the tile Y coordinate of the Bing Tile identified by the given quadkey.

Signatures

ST_BingTileY(quadKey: String)

Parameters

quadKey
String
required
The quad key value.

Return type

An integer value.

Example

SELECT ST_BingTileY('213')
5
ST_BingTileY