This function 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;
This function returns the end time of a trajectory object.
timestamp ST_endTime(trajectory traj);
| Parameter | Description |
|---|---|
| traj | The trajectory object. |
Select ST_endTime(traj) From traj_table;