ST_endTime

更新时间:
复制 MD 格式

Returns the end time of a trajectory object.

Syntax

timestamp ST_endTime(trajectory traj);

Parameters

ParameterDescription
trajThe trajectory object.

Return value

Returns a timestamp value representing the end time of the trajectory.

Examples

SELECT ST_endTime(traj) FROM traj_table;