3 lines
107 B
SQL
3 lines
107 B
SQL
UPDATE osm_housenumber_point SET geometry=topoint(geometry)
|
|
WHERE ST_GeometryType(geometry) <> 'ST_Point';
|