全部產品
Search
文件中心

PolarDB:ST_ClearTileOption

更新時間:Jul 06, 2024

清除sfmesh對象中使用者指定的瓦片選項。

文法

sfmesh ST_ClearTileOption(sfmesh sfmesh);

參數

參數名稱

描述

schema_name

sfmesh對象。

描述

清除sfmesh對象中使用者指定的瓦片選項。

樣本

SELECT ST_HasTileOption(ST_ClearTileOption(the_mesh))
FROM t_table

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