Skip to content

Instantly share code, notes, and snippets.

@afcotroneo
Created October 6, 2021 18:27
Show Gist options
  • Save afcotroneo/12795a04287e49cc3800d8c56bbad7c4 to your computer and use it in GitHub Desktop.
Save afcotroneo/12795a04287e49cc3800d8c56bbad7c4 to your computer and use it in GitHub Desktop.
CREATE TABLE SFFind_Neighborhoods (
LINK TEXT ENCODING DICT(32,
the_geom GEOMETRY(POLYGON, 4326) ENCODING COMPRESSED(32),
name TEXT ENCODING DICT(32)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment