This function returns the start time of a trajectory object.
Syntax
timestamp ST_startTime(trajectory traj);
Parameters
| Parameter | Description |
|---|---|
| traj | The trajectory object. |
Examples
Select ST_startTime(traj) From traj_table;
This function returns the start time of a trajectory object.
timestamp ST_startTime(trajectory traj);
| Parameter | Description |
|---|---|
| traj | The trajectory object. |
Select ST_startTime(traj) From traj_table;