Ive got 2 tables:
States
Roads
Each of them contains geometry column.
How can I write a query to show all roads that crosses state x ? It would be something with stintersects but I don't know how to:
geom.StIntersects(any object from states)
Thank You for any help