Fix SQL error. (eventually..)
This commit is contained in:
parent
cbe2ef41c4
commit
277829f9a0
@ -8,7 +8,8 @@ SELECT NULL::bigint AS osm_id,
|
|||||||
NULL::text AS leisure,
|
NULL::text AS leisure,
|
||||||
NULL::text AS tourism,
|
NULL::text AS tourism,
|
||||||
NULL::text AS place,
|
NULL::text AS place,
|
||||||
NULL::text AS waterway
|
NULL::text AS waterway,
|
||||||
|
NULL::text AS man_made
|
||||||
FROM ne_50m_urban_areas
|
FROM ne_50m_urban_areas
|
||||||
WHERE scalerank <= 2
|
WHERE scalerank <= 2
|
||||||
);
|
);
|
||||||
@ -23,7 +24,8 @@ SELECT NULL::bigint AS osm_id,
|
|||||||
NULL::text AS leisure,
|
NULL::text AS leisure,
|
||||||
NULL::text AS tourism,
|
NULL::text AS tourism,
|
||||||
NULL::text AS place,
|
NULL::text AS place,
|
||||||
NULL::text AS waterway
|
NULL::text AS waterway,
|
||||||
|
NULL::text AS man_made
|
||||||
FROM ne_50m_urban_areas
|
FROM ne_50m_urban_areas
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user