Skip to main content
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