Skip to content

Instantly share code, notes, and snippets.

@boydx
Created January 12, 2017 04:09
Show Gist options
  • Save boydx/327a8ab7d2675f1f019c38cf7b4601ee to your computer and use it in GitHub Desktop.
Save boydx/327a8ab7d2675f1f019c38cf7b4601ee to your computer and use it in GitHub Desktop.
Select Kentucky
/* Select KY from state polygon layer */
SELECT * FROM
state_polygon_layer
WHERE
state_name = 'Kentucky'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment