ST_endTime
Updated at:
Copy as MD
Returns the end time of a trajectory object.
Syntax
timestamp ST_endTime(trajectory traj);Parameters
| Parameter | Description |
|---|---|
| traj | The trajectory object. |
Examples
Select ST_endTime(traj) From traj_table;Is this page helpful?