Skip to content

Instantly share code, notes, and snippets.

@Ipanov7
Last active January 28, 2023 13:28
Show Gist options
  • Select an option

  • Save Ipanov7/2ffcc8a7543fcf83cbe3d257d6dccc19 to your computer and use it in GitHub Desktop.

Select an option

Save Ipanov7/2ffcc8a7543fcf83cbe3d257d6dccc19 to your computer and use it in GitHub Desktop.
WITH gis(point) AS (VALUES('POINT(12.01 36.79)'))
SELECT * FROM hotspot
WHERE ST_Distance(location, GeogFromText(gis.point)) < 2000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment