ST_startTime

更新时间:
复制 MD 格式

Returns the start time of a trajectory object as a timestamp.

Syntax

timestamp ST_startTime(trajectory traj);

Parameters

ParameterTypeDescription
trajtrajectoryThe trajectory object.

Example

Retrieve the start time from all rows in traj_table:

SELECT ST_startTime(traj) FROM traj_table;