Created
March 27, 2017 19:05
-
-
Save gledsoncruz/0f1cd9b76b75b0440790e40ec52cc272 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Qual ou quais ruas tocam no limite do bairro SANTO AGOSTINHO? | |
SELECT lot.nome FROM trecho_logradouros lot, bairros b | |
WHERE st_touches(lot.the_geom, b.the_geom) AND b.nome = 'SANTO AGOSTINHO' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment