You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cursor.execute("select body from geojson where geojson.id in (select id from spr where placetype IN ('neighbourhood', 'borough','macrohood', 'microhood')) and geojson.is_alt=0")
74
+
query="""
75
+
select geojson.body from geojson where geojson.id in (
76
+
select spr.id from spr
77
+
where spr.placetype IN ('neighbourhood', 'borough','macrohood', 'microhood')
0 commit comments