0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

linestringで取得した複数行をmultilinestringに変換する方法

Posted at

linestringで取得した複数行をmultilinestringに変換する方法

以下のようなTBLがある場合
全行のlinestringをまとめてmultilinestringにしたいのですが
その方法ってどんなものがありますでしょうか・・・

id geo
1 linestring(0 10, 2 11)
2 linestring(5 20, 6 21)
3 linestring(3 5, 10 20)

期待結果
multilinestring((0 10, 2 11),(5 20, 6 21),(3 5, 10 20))

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?