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
select1as id, st_union(st_buffer(geom, 500)) as geom
from geo_estacion_metro
select m.*from manzanas_zmv as m
join (select1as id, st_union(st_buffer(geom, 500)) as geom
from geo_estacion_metro) as buffer
on st_intersects(m.geom, buffer.geom)
Los queries los queries de seleccionar manzanas a menos de 500 metros del metro están mal
The text was updated successfully, but these errors were encountered: