All Products
Search
Document Center

PolarDB:ST_ClearTileOption

Last Updated:Apr 07, 2024

This topic describes the ST_ClearTileOption function. This function clears the tile options that you specified for an sfmesh object.

Syntax

sfmesh ST_ClearTileOption(sfmesh sfmesh);

Parameters

Parameter

Description

schema_name

The sfmesh object.

Description

This function clears the tile options that you specified for an sfmesh object.

Examples

SELECT ST_HasTileOption(ST_ClearTileOption(the_mesh))
FROM t_table

-------------------
f