Postgresql – Postgres Function on PostGIS does not return the same rows with SQL Queries
I have a db of city geocode value like lat: 55.8652, lon: -4.2514. When I run the SQL on Supabase SQL Editor, then I get the values that I want. SELECT * FROM education WHERE ST_Distance (education.loc, ST_SetSRID (ST_MakePoint (…