All Products
Search
Document Center

PolarDB:ST_BeginDateTime

Last Updated:Mar 28, 2026

Returns the start time of a raster object as a timestamp value.

Syntax

timestamp ST_BeginDateTime(raster raster_obj);

Parameters

ParameterDescription
raster_objThe raster object whose start time you want to retrieve.

Examples

SELECT ST_BeginDateTime(raster_obj)
FROM raster_table;

Output:

    st_begindatetime
-------------------------
Wed Jan 01 00:00:00 2020