ST_startTime
Updated at:
Copy as MD
Returns the start time of a trajectory object.
Syntax
timestamp ST_startTime(trajectory traj);Parameters
| Parameter | Type | Description |
|---|---|---|
| traj | trajectory | The 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;Is this page helpful?