Last active
January 30, 2019 20:35
-
-
Save MarkyC/d8a16498b6c98e69c867d2d473823042 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 ST_CONTAINS(foo.area, st_makepoint(0.5, 0.5)) | |
| FROM ( | |
| SELECT st_makepolygon(ST_GeomFromText('LINESTRING(0 0,0 1,1 1,1 0,0 0)')) as area) As foo; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment