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 X coordinate of the Bing Tile identified by the given quadkey.

Signatures

ST_BingTileX(quadKey: String)

Parameters

quadKey
String
required
The quad key value.

Return type

An integer value.

Example

SELECT ST_BingTileX('213')
3
ST_BingTileX