Resolved! Querying document schema with Math function
Hi, I store GPS latitude and longitude in document schema and would like to query my document database and filter on the nearest points. A sample standard SQL query could looks like that: SELECT geo_latitude, geo_longitude, geo_name, geo_country_code...