ST_trajAttrs

更新时间:
复制 MD 格式

Returns the attributes of a trajectory object.

Syntax

text ST_trajAttrs(trajectory traj)

Parameters

ParameterDescription
trajThe trajectory object.

Examples

SELECT ST_trajAttrs(traj) FROM traj_table;