Returns the attribute fields of a trajectory object.
Syntax
text ST_trajAttrs(trajectory traj)Parameters
| Parameter | Description |
|---|---|
traj | The trajectory object to inspect. |
Examples
Retrieve the attribute fields of each trajectory in traj_table:
SELECT ST_trajAttrs(traj) FROM traj_table;该文章对您有帮助吗?