ST_trajAttrs
Updated at:
Returns the attributes of a trajectory object as a text string.
Syntax
text ST_trajAttrs(trajectory traj);Parameters
| Parameter | Description |
|---|---|
traj | The trajectory object. |
Examples
Select ST_trajAttrs(traj) From traj_table;Is this page helpful?