replace dashes with underscores
This commit is contained in:
@@ -8,7 +8,7 @@ CREATE TABLE :tbl (
|
||||
INSERT INTO :tbl (geom) (
|
||||
SELECT
|
||||
ST_Multi (ST_Simplify (ST_LineMerge (ST_Union (geom)),
|
||||
:tolerance)) AS geoms
|
||||
:param1)) AS geoms
|
||||
FROM
|
||||
:src);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user