Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Converting Polygon text format to geometry format
SELECT geometry::STPolyFromText ('POLYGON((4.482593 51.904314, 4.484181 51.903189, 4.492163 51.906790, 4.489653 51.907769, 4.482593 51.904314))', 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment