Within
Syntax
Within(geography1, geography2)Examples
Within(Geography("POLYGON((1 1, 2 1, 2 2, 1 2, 1 1))"), Geography("POLYGON((0 0, 3 0, 3 3, 0 3, 0 0))"))Within([Centroid], [Coordinates])Within(MakePoint(-73.985428, 40.748817), [Coordinates])

Last updated
Was this helpful?