ST_startTime

Updated at:
Copy as MD

Returns the start time of a trajectory object.

Syntax

timestamp ST_startTime(trajectory traj);

Parameters

ParameterTypeDescription
trajtrajectoryThe trajectory object.

Examples

Get the start time of each trajectory

-- Get the start time of each trajectory from the trajectory table
SELECT ST_startTime(traj) FROM traj_table;