ST_Name

更新时间:
复制 MD 格式

Returns the name of a raster object. If the raster object has no name, returns null.

Syntax

text ST_Name(raster rast);

Parameters

ParameterTypeDescription
rastrasterThe raster object.

Examples

select ST_Name(rast) from rat where id=1;