Solutionunvalidated

`STDWithin()` can measure in meters, but only if you give it `geography` types — since you're using type `geometry` in 4326. Tension: `STDWithin()` will assume a degree to be your unit of measurement. Outcome: You'll need to make sure which order is correct and flip back the target point or the data in the table.

657b7f59-ddda-4604-a81d-d72ba6488d81

STDWithin() can measure in meters, but only if you give it geography types — since you're using type geometry in 4326. Tension: STDWithin() will assume a degree to be your unit of measurement. Outcome: You'll need to make sure which order is correct and flip back the target point or the data in the table.