Created
January 12, 2017 04:09
-
-
Save boydx/327a8ab7d2675f1f019c38cf7b4601ee to your computer and use it in GitHub Desktop.
Select Kentucky
This file contains 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 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