All Products
Search
Document Center

PolarDB:ST_ClearTileOption

Last Updated:Mar 28, 2026

Clears the tile options that you specified for an sfmesh object.

Syntax

sfmesh ST_ClearTileOption(sfmesh sfmesh);

Parameters

ParameterDescription
schema_nameThe sfmesh object.

Example

The following example clears the tile options on the_mesh and then uses ST_HasTileOption to confirm that no tile options remain.

SELECT ST_HasTileOption(ST_ClearTileOption(the_mesh))
FROM t_table

Result:

f