ST_trajAttrs
更新时间:
复制 MD 格式
Returns the attributes of a trajectory object.
Syntax
text ST_trajAttrs(trajectory traj)Parameters
| Parameter | Description |
|---|---|
| traj | The trajectory object. |
Examples
SELECT ST_trajAttrs(traj) FROM traj_table;该文章对您有帮助吗?
Returns the attributes of a trajectory object.
text ST_trajAttrs(trajectory traj)| Parameter | Description |
|---|---|
| traj | The trajectory object. |
SELECT ST_trajAttrs(traj) FROM traj_table;