Oracle Spatial - select objects falling within area
问题 this is probably simple to those who know (I hope!) I have an Oracle spatial database with a geometry column containing a list of node points, in northing/easting format (if it's relevent!) I need to select those objects which fall within a given radius of a given point. Northings and Eastings are 1 meter apart which makes it a bit easier. Ideally this should include objects which cross the area even if their node points fall outside it. Is this an easy-ish query? Maybe using SDO_WITHIN