Mercurial > lada > lada-server
view db_schema/stammdaten_fill_verwaltungsgrenze.sql @ 1337:462226615381
Show warning also at the other side of the relation.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 06 Apr 2017 17:15:55 +0200 |
parents | f094aca05cf2 |
children |
line wrap: on
line source
INSERT INTO stammdaten.verwaltungsgrenze(gem_id, shape) SELECT verwaltungseinheit.id, gem_utm.geom FROM stammdaten.verwaltungseinheit JOIN geo.gem_utm ON verwaltungseinheit.id = gem_utm.ags;