用源raster更新目标raster。
语法
raster ST_Update(raster source, raster dest);
参数
参数名称 | 描述 |
参数名称 | 描述 |
source | 源raster对象。 |
dest | 目标raster对象。 |
示例
Update raster_table Set raster_obj=ST_Update(raster_obj, (Select raster_obj from raster_table where id=2)) where id = 1 ;
该文章对您有帮助吗?
- 本页导读 (1)
- 语法
- 参数
- 示例