全部產品
Search
文件中心

ApsaraDB RDS:ST_deletePyramid

更新時間:Feb 28, 2024

刪除影像金字塔。

文法

raster ST_deletePyramid(raster source);

參數

參數名稱 描述
source 需要刪除金字塔的raster對象。

描述

刪除影像金字塔,重設影像中繼資料,刪除金字塔塊資料。

樣本

Update raster_table set raster_obj = ST_deletePyramid(raster_obj) where id = 1;