What do you get when you try : SELECT AsText(ST_LineMerge(ST_Collect(the_geom))) FROM admin.plz WHERE gid = 15 OR gid = 16;
-- Kevin Andreas Neumann wrote:
... Here is my second SQL:SELECT gid,AsText(the_geom) FROM admin.plz WHERE gid = 15 OR gid = 16; Result: MULTILINESTRING(...)
_______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
