Created
March 14, 2014 15:16
-
-
Save matallo/9549748 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
WITH barris_proc as (SELECT cartodb_id, the_geom, the_geom_webmercator, nbarri FROM bcn_barri_shp) | |
SELECT DISTINCT ON (nbarri) nbarri as barri, barris_proc.cartodb_id , barris_proc.the_geom, barris_proc.the_geom_webmercator, maxim, minim, mitjana, preu_mitja FROM lloguer_20barri, barris_proc WHERE barri ~* barris_proc.nbarri |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment