Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/sql/81.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql 如何从PostGIS中的多行字符串中获取第n行字符串?_Sql_Postgresql_Postgis - Fatal编程技术网

Sql 如何从PostGIS中的多行字符串中获取第n行字符串?

Sql 如何从PostGIS中的多行字符串中获取第n行字符串?,sql,postgresql,postgis,Sql,Postgresql,Postgis,我需要一种从PostGIS/PostgreSQL中的多行字符串中获取第n行字符串的方法,类似于从行字符串获取第n点的方法。PostGIS函数: ST_GeometryN(a_geom geometry, dimension int) PostGIS功能: ST_GeometryN(a_geom geometry, dimension int)

我需要一种从PostGIS/PostgreSQL中的多行字符串中获取第n行字符串的方法,类似于从行字符串获取第n点的方法。

PostGIS函数:

ST_GeometryN(a_geom geometry, dimension int)
PostGIS功能:

ST_GeometryN(a_geom geometry, dimension int)