> ## 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.

# ST_BingTileX

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

## Signatures

```sql theme={"system"}
ST_BingTileX(quadKey: String)
```

## Parameters

<ParamField body="quadKey" type="String" required>
  The quad key value.
</ParamField>

## Return type

<ResponseField type="Integer">
  An integer value.
</ResponseField>

## Example

```sql theme={"system"}
SELECT ST_BingTileX('213')
```

```
3
```

<img src="https://mintcdn.com/wherobots/AayJA2u8CknIeTgt/images/sql-functions/ST_BingTileX/ST_BingTileX.svg?fit=max&auto=format&n=AayJA2u8CknIeTgt&q=85&s=a9d4641ab3754d1af8b42bd18525bfc5" alt="ST_BingTileX" width="400" height="180" data-path="images/sql-functions/ST_BingTileX/ST_BingTileX.svg" />
