Intersects
Syntax
Intersects(geography1, geography2)Examples
Intersects(Geography("POLYGON((0 0, 2 0, 2 2, 0 2, 0 0))"), Geography("POLYGON((1 1, 3 1, 3 3, 1 3, 1 1))"))Intersects([Brooklyn], [Queens])
Last updated
Was this helpful?