Created
March 27, 2017 13:41
-
-
Save gledsoncruz/2ff603449405617a8068ae2cdf422acb 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
SELECT sum(st_area(e.the_geom)) AS total_ed FROM edificacao e, loteamentos l | |
WHERE st_disjoint(e.the_geom, l.the_geom) AND l.nome = 'LOTEAMENTO JARDIM IMPERIAL' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment