ST_startTime
Updated at:
Returns the start time of a trajectory object.
Syntax
timestamp ST_startTime(trajectory traj);Parameters
| Parameter | Description |
|---|---|
| traj | The trajectory object. |
Return value
Returns the start time as a timestamp value.
Examples
SELECT ST_startTime(traj) FROM traj_table;Is this page helpful?