Hi Not too sure which forum to post this question in, so had a stab in here.....I have two featureclasses in a 10 geodatabase in Oracle, stored with the defailt SDO_GEOMETRY, lets say they are called "MYSCHEMA.LAYER1" and "MYSCHEMA.LAYER2"I would like to to put a query def in ArcMap on layer 1 to only show those features that intersect layer 2.I tried a couple things like: sde.st_intersects(shape, layer2.shape)
or
sde.st_intersects(layer1.shape, layer2.shape)
but get invalid syntax. Have had a look around the web help but it is a little light and concentrates on sql statements as if run from a sql client i.e. with all the select from where etcAny ideas?